mirror of
https://github.com/bevyengine/bevy
synced 2025-01-08 19:29:04 +00:00
9 lines
195 B
TOML
9 lines
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"
|