tirbofish/dropbear · diff
changed dependency from the egui-dock forks to the normal repositories (publishable)
Signature present but could not be verified.
Unverified
@@ -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 = [] } @@ -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 @@ -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