File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,6 @@ repository = "https://github.com/jakobhellermann/bevy_editor_pls"
10
10
description = " In-App editor tools for bevy apps"
11
11
readme = " README.md"
12
12
13
- [patch .crates-io ]
14
- transform-gizmo-bevy = { git = " https://github.com/zhaop/transform-gizmo.git" , branch = " bevy-0.14" , package = " transform-gizmo-bevy" }
15
-
16
13
[workspace .dependencies ]
17
14
bevy_editor_pls = { version = " 0.9.0" , path = " crates/bevy_editor_pls" }
18
15
bevy_editor_pls_core = { version = " 0.9.0" , path = " crates/bevy_editor_pls_core" }
@@ -22,7 +19,7 @@ bevy-inspector-egui = "0.25.0"
22
19
egui = " 0.28"
23
20
egui_dock = " 0.13"
24
21
# used to be egui-gizmo 0.16
25
- transform-gizmo-bevy = " 0.2 "
22
+ transform-gizmo-bevy = " 0.3 "
26
23
27
24
[profile .dev .package ."*" ]
28
25
opt-level = 2
You can’t perform that action at this time.
0 commit comments