vello/examples/with_bevy/Cargo.toml

12 lines
371 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"
description = "Example of using Vello in a Bevy application"
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]
2023-02-01 03:07:03 +11:00
bevy = { git = "https://github.com/bevyengine/bevy", rev = "5d514fb24f2459700f68d8e57d4791bdf5b1b595" }
2022-12-17 05:01:51 +11:00
vello = { path = "../../" }