bevy/bevy_asset/Cargo.toml
2020-04-06 16:13:07 -07:00

9 lines
No EOL
186 B
TOML

[package]
name = "bevy_asset"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
[dependencies]
bevy_core = { path = "../bevy_core" }
gltf = "0.14.0"