mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-09 20:31:29 +11:00
299b47ea06
* Update the bevy example to wgpu 0.16 After https://github.com/bevyengine/bevy/pull/8446 * Remove inaccurate README warning
15 lines
440 B
TOML
15 lines
440 B
TOML
[package]
|
|
name = "with_bevy"
|
|
description = "Example of using Vello in a Bevy application"
|
|
|
|
version.workspace = true
|
|
license.workspace = true
|
|
edition.workspace = true
|
|
repository.workspace = true
|
|
|
|
# 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 = "4d54ce14aaee8d7432380df37c41c03c28594b27" }
|
|
vello = { path = "../../" }
|