vello/examples/with_bevy/Cargo.toml

11 lines
219 B
TOML
Raw Normal View History

2022-12-17 05:01:51 +11:00
[package]
name = "with_bevy"
2022-12-17 05:01:51 +11:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.9"
vello = { path = "../../" }