tirbofish/dropbear · diff
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).
Signature present but could not be verified.
Unverified
@@ -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
Large diffs are not rendered by default. Showing the first 50 of 2527 lines. Show full diff