@@ -3,19 +3,27 @@ members = ["crates/*", "examples/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.9 .0"
6+ version = " 0.10 .0"
77license = " MIT OR Apache-2.0"
88readme = " README.md"
99edition = " 2024"
1010repository = " https://github.com/mbrea-c/bevy_animation_graph"
1111
1212[workspace .dependencies ]
13- bevy_animation_graph_proc_macros = { version = " 0.9.0" , path = " ./crates/bevy_animation_graph_proc_macros" }
14- bevy_animation_graph = { version = " 0.9.0" , path = " ./crates/bevy_animation_graph" }
15- bevy_animation_graph_core = { version = " 0.9.0" , path = " ./crates/bevy_animation_graph_core" }
16- bevy_animation_graph_builtin_nodes = { version = " 0.9.0" , path = " ./crates/bevy_animation_graph_builtin_nodes" }
13+ bevy_animation_graph_proc_macros = { version = " 0.10.0" , path = " ./crates/bevy_animation_graph_proc_macros" }
14+ bevy_animation_graph = { version = " 0.10.0" , path = " ./crates/bevy_animation_graph" }
15+ bevy_animation_graph_core = { version = " 0.10.0" , path = " ./crates/bevy_animation_graph_core" }
16+ bevy_animation_graph_builtin_nodes = { version = " 0.10.0" , path = " ./crates/bevy_animation_graph_builtin_nodes" }
17+
18+ bevy = { version = " 0.18" }
19+ avian3d = { version = " 0.5" }
20+
21+ egui_dock = " 0.18"
22+ egui-notify = { version = " 0.21" }
23+ egui = { version = " 0.33" }
24+ egui_extras = { version = " 0.33" , features = [" all_loaders" ] }
25+ bevy_egui = { version = " 0.39" }
26+ bevy-inspector-egui = { version = " 0.36" }
1727
18- bevy = { version = " 0.17" }
19- avian3d = { version = " 0.4" }
2028ron = " 0.10.1"
2129serde = { version = " 1.0" }
0 commit comments