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