website/app/Cargo.toml

13 lines
192 B
TOML
Raw Normal View History

2026-02-20 12:46:05 +00:00
[package]
2026-02-20 13:12:06 +00:00
edition = "2024"
name = "app"
version = "0.1.0"
2026-02-20 12:46:05 +00:00
[dependencies]
2026-02-20 13:12:06 +00:00
bevy = { version = "0.18", default-features = false, features = [
2026-02-22 14:41:34 +00:00
"2d",
"keyboard",
2026-02-20 13:12:06 +00:00
"web",
"webgl2",
] }