File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ resolver = "2"
3
3
members = [" crates/*" , " examples/*" ]
4
4
5
5
[workspace .package ]
6
- version = " 0.1 .0"
6
+ version = " 0.2 .0"
7
7
rust-version = " 1.77.0"
8
8
edition = " 2021"
9
9
license = " MIT OR Apache-2.0"
@@ -12,9 +12,9 @@ repository = "https://github.com/urholaukkarinen/transform-gizmo"
12
12
authors = [" Urho Laukkarinen <urho.laukkarinen@gmail.com>" ]
13
13
14
14
[workspace .dependencies ]
15
- transform-gizmo = { version = " 0.1 .0" , path = " crates/transform-gizmo" }
16
- transform-gizmo-egui = { version = " 0.1 .0" , path = " crates/transform-gizmo-egui" }
17
- transform-gizmo-bevy = { version = " 0.1 .0" , path = " crates/transform-gizmo-bevy" }
15
+ transform-gizmo = { version = " 0.2 .0" , path = " crates/transform-gizmo" }
16
+ transform-gizmo-egui = { version = " 0.2 .0" , path = " crates/transform-gizmo-egui" }
17
+ transform-gizmo-bevy = { version = " 0.2 .0" , path = " crates/transform-gizmo-bevy" }
18
18
19
19
egui = " 0.27.2"
20
20
eframe = " 0.27.2"
You can’t perform that action at this time.
0 commit comments