reorganize binaries

This commit is contained in:
Christian Nieves
2024-12-09 19:14:04 -06:00
parent 390c4e9603
commit 3f38a6f0fe
3 changed files with 1 additions and 3 deletions

View File

@ -1,12 +1,10 @@
cargo-features = ["codegen-backend"] cargo-features = ["codegen-backend"]
[[bin]] [[bin]]
name = "game" name = "first_app"
path = "src/game/main.rs"
[[bin]] [[bin]]
name = "snake" name = "snake"
path = "src/snake/main.rs"
[package] [package]
name = "glite" name = "glite"