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"]
[[bin]]
name = "game"
path = "src/game/main.rs"
name = "first_app"
[[bin]]
name = "snake"
path = "src/snake/main.rs"
[package]
name = "glite"