bevy/crates/bevy_text/Cargo.toml
2020-06-05 19:38:03 -07:00

15 lines
No EOL
396 B
TOML

[package]
name = "bevy_text"
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_app = { path = "../bevy_app" }
bevy_asset = { path = "../bevy_asset" }
bevy_render = { path = "../bevy_render" }
ab_glyph = "0.2.2"
glam = "0.8.7"
anyhow = "1.0"