Files
another-asteroids/Cargo.toml
Robert Garrett 290aab45f5 Bump to Bevy 0.15, enable dynamic linkage
The dynamic linkage is for improving testing cycle time, not for any direct impl reason.
2025-07-26 17:55:22 -05:00

8 lines
140 B
TOML

[package]
name = "asteroids"
version = "0.2.0"
edition = "2021"
[dependencies]
bevy = { version = "0.15", features = ["dynamic_linking"] }