vello/examples/with_bevy/Cargo.toml
2023-01-31 16:07:03 +00:00

11 lines
310 B
TOML

[package]
name = "with_bevy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = { git = "https://github.com/bevyengine/bevy", rev = "5d514fb24f2459700f68d8e57d4791bdf5b1b595" }
vello = { path = "../../" }