bevy/crates/bevy_legion/example/hello_world/Cargo.toml
2020-04-24 18:14:31 -07:00

9 lines
No EOL
195 B
TOML

[package]
name = "hello_world"
version = "0.1.0"
authors = ["Thomas Gillen <thomas.gillen@googlemail.com>"]
edition = "2018"
[dependencies]
legion = { path = "../.." }
tracing-subscriber = "0.2"