blob: 06ab1bc03f708713f10602632a5163f3709826a2 [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.1", features = [
"bevy_winit",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_render",
"multi-threaded",
"x11",
"tonemapping_luts",
], default-features = false }