kitgit

tirbofish/dropbear · commit

5903bc07e761860186928b0b9ce885c40caea276

perf: updated dependencies style: ran `cargo fmt` - important updated deps: - gradle to 9.4.1 (java 25 support) - egui to 0.34 + related dependencies - wgpu to 29.0 - jni to 0.22

Unverified

Thribhu K <4tkbytes@pm.me> · 2026-03-28 09:33

view full diff

diff --git a/.sdkmanrc b/.sdkmanrc
index 5a6900d..5e93e02 100644
--- a/.sdkmanrc
+++ b/.sdkmanrc
@@ -1,3 +1,3 @@
 # Enable auto-env through the sdkman_auto_env config
 # Add key=value pairs of SDKs to use below
-java=21.0.9-tem
+java=25.0.2-tem
diff --git a/Cargo.toml b/Cargo.toml
index e665142..776ed78 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,13 +20,19 @@ clap = { version = "4.5", features = ["derive"] }
 colored = "3.0"
 crossbeam-channel = "0.5"
 dropbear-engine = { path = "crates/dropbear-engine" }
-egui = "0.33"
-egui-toast = { version = "0.19" }
-egui-wgpu = { version = "0.33" }
-egui-winit = { version = "0.33" }
-egui_dnd = "0.14"
-egui_dock = { version = "0.18", features = ["serde"] }
-egui_extras = { version = "0.33", features = ["all_loaders"] }
+
+egui = "0.34"
+egui-toast = { version = "0.20" }
+egui-wgpu = { version = "0.34" }
+egui-winit = { version = "0.34" }
+egui_dnd = "0.15"
+#egui_dock = { version = "0.18", features = ["serde"] }
+egui_dock = { git = "https://github.com/enomado/egui_dock", branch = "update-egui-0.34", features = ["serde"]}
+egui_extras = { version = "0.34", features = ["all_loaders"] }
+egui_ltreeview = { git = "https://github.com/LennysLounge/egui_ltreeview", features = ["doc"] }
+egui_plot = "0.35"
+transform-gizmo-egui = { git = "https://github.com/tirbofish/transform-gizmo" }
+
 env_logger = "0.11"
 futures = "0.3"
 gilrs = "0.11"
@@ -42,9 +48,8 @@ rfd = "0.17"
 ron = "0.12"
 serde = { version = "1.0", features = ["derive"] }
 spin_sleep = "1.3"
-transform-gizmo-egui = { version = "0.8" }
 tokio = { version = "1", features = ["full"] }
-wgpu = "27"
+wgpu = "29"
 winit = { version = "0.30", features = [] }
 zip = "8.4"

Large diffs are not rendered by default. Showing the first 50 of 12971 lines. Show full diff