mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +11:00
12 lines
371 B
TOML
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 = "5d514fb24f2459700f68d8e57d4791bdf5b1b595" }
|
|
vello = { path = "../../" }
|