kitgit

tirbofish/dropbear · commit

7d770701c8ff7a0af41f9f099cb185954d32c3b8

changed dependency from the egui-dock forks to the normal repositories (publishable)

Unverified

tk <4tkbytes@pm.me> · 2025-11-02 02:19

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index ea72445..ad5298d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,11 +20,11 @@ colored = "3.0"
 crossbeam-channel = "0.5"
 dropbear-engine = { path = "dropbear-engine" }
 egui = "0.32"
-egui-toast-fork = "0.18"
+egui-toast = "0.18"
 egui-wgpu = { version = "0.32" }
 egui-winit = { version = "0.32" }
 egui_dnd = "0.13"
-egui_dock-fork = { version = "0.17", features = ["serde"] }
+egui_dock = { version = "0.17", features = ["serde"] }
 egui_extras = { version = "0.32", features = ["all_loaders"] }
 env_logger = "0.11"
 futures = "0.3"
@@ -42,7 +42,7 @@ rfd = "0.15.4"
 ron = "0.11"
 serde = { version = "1.0.219", features = ["derive"] }
 spin_sleep = "1.3"
-transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
+transform-gizmo-egui = { version = "0.7" }
 tokio = { version = "1", features = ["full"] }
 wgpu = "25"
 winit = { version = "0.30", features = [] }
diff --git a/eucalyptus-core/Cargo.toml b/eucalyptus-core/Cargo.toml
index e5b0f7c..86324f3 100644
--- a/eucalyptus-core/Cargo.toml
+++ b/eucalyptus-core/Cargo.toml
@@ -14,9 +14,9 @@ anyhow.workspace = true
 bincode.workspace = true
 chrono.workspace = true
 dropbear-engine.workspace = true
-egui-toast-fork.workspace = true
+egui-toast.workspace = true
 egui.workspace = true
-egui_dock-fork.workspace = true
+egui_dock.workspace = true
 glam.workspace = true
 hecs.workspace = true
 log.workspace = true
diff --git a/eucalyptus-core/src/logging.rs b/eucalyptus-core/src/logging.rs
index 650e737..e5802ff 100644
--- a/eucalyptus-core/src/logging.rs
+++ b/eucalyptus-core/src/logging.rs
@@ -10,7 +10,7 @@ use egui::Context;
 use std::fmt::{Display, Formatter};
 

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