mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 12:43:34 +00:00
9 lines
No EOL
186 B
TOML
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" |