CoolFace
Apppublic

HugoDzz/rust-sandbox

sourceHugging Facemitupdated 3y agoView on Hugging Face
11likes
Cargo.toml12 linesDownload Raw Back to rust
1[package]2name = "sandbox_bevy"3version = "0.1.0"4edition = "2021"5 6# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html7 8[dependencies]9bevy = "0.11.0"10rand = "0.8"11bevy_pixel_camera = "0.5"12