vello/examples
Bruce Mitchener 3b3d369508 with_bevy: Update to bevy 0.11 release.
* Use `add_plugins` as `add_plugin` is deprecated.
* Use `world.resource` instead of unwrapping `world.get_resource`
  as it gives better error messages.
* Add the `VelloRenderer` to the render app in the `finish` method
  as the `Renderer` is async and may not have initialized by the
  time that the Vello plugin is being set up.
2023-07-10 13:06:41 +07:00
..
assets Change image to flower 2023-03-22 15:53:44 -07:00
headless headless: Use pollster from workspace. 2023-07-03 16:41:48 +07:00
run_wasm Update cargo-run-wasm 2023-04-24 15:46:18 -07:00
scenes [test_scenes] Add test scenes that demonstrate incorrect clipping 2023-06-28 18:38:44 -07:00
with_bevy with_bevy: Update to bevy 0.11 release. 2023-07-10 13:06:41 +07:00
with_winit Add GPU profiling (#304) 2023-06-01 16:10:27 +01:00