vello/examples/with_bevy/Cargo.toml

15 lines
350 B
TOML
Raw Normal View History

2022-12-17 05:01:51 +11:00
[package]
name = "with_bevy"
description = "Example of using Vello in a Bevy application"
2022-12-17 05:01:51 +11:00
version.workspace = true
license.workspace = true
edition.workspace = true
repository.workspace = true
2022-12-17 05:01:51 +11:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.10"
2022-12-17 05:01:51 +11:00
vello = { path = "../../" }