ajout du programme
This commit is contained in:
14
Cargo.toml
Executable file
14
Cargo.toml
Executable file
@@ -0,0 +1,14 @@
|
||||
[package]
|
||||
name = "snake-game"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.16.1"
|
||||
rand = "0.9.2"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 1
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
Reference in New Issue
Block a user