blob: 17aabb92102d2c104c09d762e7e3674c536e939d [file] [log] [blame] [edit]
[package]
name = "with_bevy"
description = "Example of using Vello in a Bevy application."
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[lints]
workspace = true
[dependencies]
vello = { path = "../../" }
bevy = { version = "0.13", features = [
"bevy_winit",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_render",
"multi-threaded",
"x11",
"tonemapping_luts",
], default-features = false }