| [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 } |