Blender_bevy_components_wor.../examples/relations/Cargo.toml

10 lines
227 B
TOML
Raw Normal View History

2024-08-20 16:14:35 +00:00
[package]
name = "blenvy_relations_example"
version = "0.0.1"
edition = "2021"
license = "MIT OR Apache-2.0"
[dependencies]
bevy = { version = "0.14", features = ["dynamic_linking"] }
blenvy = { path = "../../crates/blenvy" }