tirbofish/dropbear · commit
57feb694883e38f589160f9a119acb0009c09290
performance menu (nerd stats). jarvis, run github actions
Signature present but could not be verified.
Unverified
@@ -19,13 +19,13 @@ clap = "4.5" colored = "3.0" crossbeam-channel = "0.5" dropbear-engine = { path = "dropbear-engine" } -egui = "0.32" -egui-toast = "0.18" -egui-wgpu = { version = "0.32" } -egui-winit = { version = "0.32" } -egui_dnd = "0.13" -egui_dock = { version = "0.17", features = ["serde"] } -egui_extras = { version = "0.32", features = ["all_loaders"] } +egui = "0.33" +egui-toast = { git = "https://github.com/LazerSharkk/egui-toast" } +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"] } env_logger = "0.11" futures = "0.3" gilrs = "0.11" @@ -35,27 +35,27 @@ hecs = { version = "0.10", features = ["serde"] } lazy_static = "1.5" log = "0.4" log-once = "0.4" -model_to_image = "0.1.1" +model_to_image = "0.1" once_cell = "1.21" parking_lot = {version = "0.12", features = ["deadlock_detection"] } -rfd = "0.15.4" +rfd = "0.15" ron = "0.11" -serde = { version = "1.0.219", features = ["derive"] } +serde = { version = "1.0", features = ["derive"] } spin_sleep = "1.3" -transform-gizmo-egui = { version = "0.7" } +transform-gizmo-egui = { git = "https://github.com/kisya-games/transform-gizmo", branch = "egui-0.33" } tokio = { version = "1", features = ["full"] } -wgpu = "25" +wgpu = "27" winit = { version = "0.30", features = [] } -zip = "5.1" -walkdir = "2.3" +zip = "6.0" +walkdir = "2.5" rayon = "1.11"
Large diffs are not rendered by default. Showing the first 50 of 570 lines. Show full diff