tirbofish/dropbear · diff
russimp is a pain to deal with smh
Signature present but could not be verified.
Unverified
@@ -40,14 +40,13 @@ pollster = "0.4" rfd = "0.15.4" rhai = "1.22" ron = "0.10.1" -russimp = { version = "3.2", features = ["prebuilt"] } 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 = "25" winit = { version = "0.30", features = [] } -zip = "0.6" +zip = "4.3" walkdir = "2.3" [workspace.dependencies.image] @@ -55,8 +54,10 @@ version = "0.25" default-features = false features = ["png"] -# [patch.crates-io] -# russimp-sys = { git = "https://github.com/4tkbytes/russimp-sys" } +[patch.crates-io] +dropbear-engine = { path = "dropbear-engine" } +eucalyptus = { path = "eucalyptus" } +russimp-sys = { git = "https://github.com/skillissuedev/russimp-sys" } [profile.dev] opt-level = 0 @@ -18,7 +18,7 @@ With Unix systems (macOS not tested), you will have to download a couple depende ```bash # ubuntu, adapt to your own OS -sudo apt install libudev-dev pkg-config libssl-dev clang +sudo apt install libudev-dev pkg-config libssl-dev clang cmake meson # if on arm devices where russimp cannot compile sudo apt install assimp-utils @@ -55,4 +55,4 @@ To be fair, I do not plan on supporting web, android or iOS yet (as it isnt even ## Contributions
Large diffs are not rendered by default. Showing the first 50 of 337 lines. Show full diff