Pre-bevy minigame commit
This commit is contained in:
22
mini-game/Cargo.toml
Normal file
22
mini-game/Cargo.toml
Normal file
@@ -0,0 +1,22 @@
|
||||
[package]
|
||||
name = "g13-game"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
g13-driver.workspace = true
|
||||
embedded-graphics = "0.8.1"
|
||||
# time = { version = "0.3.47", features = ["formatting", "macros"] }
|
||||
tokio = { version = "1.49.0", features = [
|
||||
"rt",
|
||||
"rt-multi-thread",
|
||||
"sync",
|
||||
"macros",
|
||||
"net",
|
||||
"signal",
|
||||
"time",
|
||||
] }
|
||||
|
||||
# bevy = { version = "0.18", default-features = false }
|
||||
# bevy_ecs = { version = "0.18", default-features = false }
|
||||
# bevy_platform = { version = "0.18", default-features = false }
|
||||
Reference in New Issue
Block a user