kitgit

tirbofish/dropbear · diff

d59a37a · tk

Merge pull request #42 from 4tkbytes/typescript changing from rhai scripting to typescript scripting. fixes #40. jarvis, run github actions (if you work in the desc).

Unverified

diff --git a/Cargo.toml b/Cargo.toml
index c00c557..3d89336 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ package.repository = "https://github.com/4tkbytes/dropbear-engine"
 package.readme = "README.md"
 
 resolver = "3"
-members = ["dropbear-engine", "eucalyptus", "gleek", "redback-runtime"]
+members = ["dropbear-engine", "eucalyptus", "redback-runtime"]
 
 [workspace.dependencies]
 anyhow = { version = "1.0", features = ["backtrace"] }
@@ -40,16 +40,16 @@ 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"] }
+ron = "0.11"
+russimp-ng = { version = "3.2" }
+rustyscript = { version = "0.12" }
 serde = { version = "1.0.219", features = ["derive"] }
 spin_sleep = "1.3"
 tokio = { version = "1", features = ["full"] }
 transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
 wgpu = "26"
 winit = { version = "0.30", features = [] }
-zip = "4.3"
+zip = "4.6"
 walkdir = "2.3"
 
 [workspace.dependencies.image]
@@ -57,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/README.md b/README.md
index 8cddf1f..d9fb440 100644

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