2022-12-17 05:01:51 +11:00
|
|
|
[package]
|
2023-01-05 20:32:09 +11:00
|
|
|
name = "with_bevy"
|
2023-02-03 21:22:39 +11:00
|
|
|
description = "Example of using Vello in a Bevy application"
|
2022-12-17 05:01:51 +11:00
|
|
|
|
2023-02-07 07:12:46 +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]
|
2023-04-27 17:41:17 +10:00
|
|
|
bevy = { git = "https://github.com/bevyengine/bevy", rev = "4d54ce14aaee8d7432380df37c41c03c28594b27" }
|
2022-12-17 05:01:51 +11:00
|
|
|
vello = { path = "../../" }
|