bevy/bevy_asset/Cargo.toml
2020-04-05 20:19:02 -07:00

11 lines
284 B
TOML

[package]
name = "bevy_asset"
version = "0.1.0"
authors = ["Carter Anderson <mcanders1@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy_core = { path = "../bevy_core" }
gltf = "0.14.0"