diff --git a/Cargo.toml b/Cargo.toml index 7246775..d9b0b1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ bevy = { workspace = true } [features] default = ["common", "vello_graphics"] common = ["dep:motiongfx_common"] -vello_graphics = ["dep:motiongfx_vello"] +vello_graphics = ["dep:motiongfx_vello", "motiongfx_core/vello_graphics"] [dev-dependencies] bevy = "0.14" diff --git a/examples/hello_world.rs b/examples/hello_world.rs index 14c3a1b..65912b7 100644 --- a/examples/hello_world.rs +++ b/examples/hello_world.rs @@ -130,8 +130,6 @@ fn timeline_movement( time: Res