aboutsummaryrefslogtreecommitdiff
path: root/build.rs
Commit message (Expand)AuthorAgeFilesLines
* Extract build-time generation code into separate crate魏曹先生2026-03-171-11/+9
* Add build system rerun triggers and refactor command system魏曹先生2026-03-151-0/+8
* Add completions system for shell autocompletion魏曹先生2026-03-151-3/+15
* Refactor build system and implement complete renderer system魏曹先生2026-02-041-551/+42
* Reorganize command modules under a unified cmds directory魏曹先生2026-01-271-2/+2
* Fix node names in command registry generation魏曹先生2026-01-241-2/+2
* Move setup scripts to scripts/setup directory魏曹先生2026-01-241-1/+1
* Update command registration to auto-discover commands魏曹先生2026-01-231-0/+47
* Add auto-collect configuration and generation魏曹先生2026-01-231-0/+100
* Reorganize project structure into systems and assets魏曹先生2026-01-231-2/+2
* Rename generated files with leading underscore魏曹先生2026-01-231-5/+5
* Move Registry.toml into .cargo/ subdirectory魏曹先生2026-01-231-1/+1
* Fix: convert renderer_list to .rs to stop RA false errors魏曹先生2026-01-231-3/+3
* Add renderer system and implement status command魏曹先生2026-01-221-11/+109
* Rename subcmd module to cmd and update references魏曹先生2026-01-221-1/+1
* Refactor CLI command processing with new architecture魏曹先生2026-01-221-0/+104
* Move deploy directory to .temp folder魏曹先生2026-01-071-1/+1
* Rename export directory to deploy and move templates魏曹先生2026-01-071-3/+6
* Add Git branch and commit info to compile info魏曹先生2026-01-031-1/+47
* Add Windows installer script generation to build processWeicao-CatilGrass2025-12-101-0/+64
* Update version to 0.1.0-dev and improve version detection魏曹先生2025-11-041-11/+17
* Add build script and update version display format魏曹先生2025-11-041-2/+0
* Add compile-time version and build information魏曹先生2025-11-041-0/+97