blob: 91b3e64f5f0b374e90f558319faeb5425ba611c7 [file] [log] [blame] [edit]
[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 = { version = "0.12", features = [
"bevy_winit",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_render",
"multi-threaded",
"x11",
"tonemapping_luts",
], default-features = false }
vello = { path = "../../" }