ajout du programme

This commit is contained in:
2025-10-17 00:08:17 +02:00
parent ca279031f1
commit 62e6fa11c3
12 changed files with 5534 additions and 0 deletions

14
Cargo.toml Executable file
View 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