website/app/Cargo.toml

13 lines
200 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 = [
"3d",
"tonemapping_luts",
"web",
"webgl2",
] }