kitgit

tirbofish/dropbear · commit

35dbc3bc0532faf94bb353f5e6037c36e68611cd

im assuming it still works?

Unverified

tk <4tkbytes@pm.me> · 2025-09-01 05:01

view full diff

diff --git a/Cargo.toml b/Cargo.toml
index 200086b..c73c479 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,14 +40,11 @@ open = "5"
 parking_lot = {version = "0.12", features = ["deadlock_detection"] }
 pollster = "0.4"
 rfd = "0.15.4"
-rhai = "1.22"
 ron = "0.10.1"
 russimp-ng = { version = "3.2.4", features = ["static-link"] }
 rustyscript = { version = "0.12" }
 serde = { version = "1.0.219", features = ["derive"] }
 spin_sleep = "1.3"
-specta = { version = "=2.0.0-rc.22", features = ["glam", "derive", "export"] }
-specta-typescript = "0.0.9"
 tokio = { version = "1", features = ["full"] }
 transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
 wgpu = "26"
@@ -60,13 +57,6 @@ version = "0.25"
 default-features = false
 features = ["png"]
 
-[patch.crates-io]
-dropbear-engine = { path = "dropbear-engine" }
-eucalyptus = { path = "eucalyptus" }
-# fixing android compilation
-russimp-sys-ng = { git = "https://github.com/Kek5chen/russimp-sys-ng", branch = "fix-android-compilation" }
-
-
 [profile.dev]
 opt-level = 0
 debug = true
diff --git a/dropbear-engine/Cargo.toml b/dropbear-engine/Cargo.toml
index 860d7ed..a3cbcd5 100644
--- a/dropbear-engine/Cargo.toml
+++ b/dropbear-engine/Cargo.toml
@@ -23,7 +23,6 @@ gilrs.workspace = true
 glam.workspace = true
 log.workspace = true
 log-once.workspace = true
-#rfd.workspace = true
 russimp-ng.workspace = true
 pollster.workspace = true
 serde.workspace = true
@@ -34,7 +33,6 @@ hecs.workspace = true
 once_cell.workspace = true
 parking_lot.workspace = true
 lazy_static.workspace = true
-specta.workspace = true

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