vello/examples/with_bevy/Cargo.toml
2023-02-06 15:45:36 +00:00

12 lines
371 B
TOML

[package]
name = "with_bevy"
version = "0.1.0"
edition = "2021"
description = "Example of using Vello in a Bevy application"
# 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 = "4fd092fbec07416fa9b1e2306f61231ae20315ac" }
vello = { path = "../../" }