aboutsummaryrefslogtreecommitdiff
path: root/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Update command registration to auto-discover commands魏曹先生2026-01-231-0/+47
| | | | | | Commands in `./src/cmds/` are now automatically registered. The `[cmd]` section in `.cargo/registry.toml` is now only for overriding or registering commands outside the auto-discovery path.
* 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
| | | | | | | - Rename template files to have .template extension - Rename generated source files to start with underscore - Update .gitignore to ignore all files starting with underscore - Update build.rs and deploy.ps1 to reflect new names
* 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
| | | | | | | - Include branch and commit hash in compile info display - Add build script functions to extract git metadata - Update export scripts to force rebuilds when needed - Extend share command with placeholder implementations
* Add Windows installer script generation to build processWeicao-CatilGrass2025-12-101-0/+64
| | | | | | | - Generate Inno Setup installer script from template at build time - Extract author and homepage from Cargo.toml for script customization - Add generated installer script to .gitignore to avoid committing build artifacts
* 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
- Add build script to generate compile_info.rs with build metadata - Include version, build date, target platform, and toolchain info - Add version command to both jv and jvv binaries - Update help documentation with version information - Ignore generated compile_info.rs in git