tirbofish/dropbear · commit
c18cb840623c3f214f00b6128e474229f3c50d70
converted i into a lib for redback runtime
Signature present but could not be verified.
Unverified
@@ -0,0 +1,3 @@ +[submodule "redback-runtime"] + path = redback-runtime + url = https://github.com/4tkbytes/redback-runtime @@ -6,11 +6,12 @@ package.repository = "https://github.com/4tkbytes/dropbear-engine" package.readme = "README.md" resolver = "3" -members = ["dropbear-engine", "eucalyptus"] +members = ["dropbear-engine", "eucalyptus", "redback-runtime"] [workspace.dependencies] anyhow = { version = "1.0", features = ["backtrace"] } app_dirs2 = "2.5" +bincode = {version = "2.0", features = ["serde"] } bytemuck = { version = "1.23", features = ["derive"] } chrono = "0.4" clap = "4.5" @@ -39,7 +40,7 @@ pollster = "0.4" rfd = "0.15.4" rhai = "1.22" ron = "0.10.1" -russimp = { version = "3.2" } +russimp = { version = "3.2", features = ["prebuilt"] } serde = { version = "1.0.219", features = ["derive"] } spin_sleep = "1.3" tokio = { version = "1", features = ["full"] } @@ -52,8 +53,8 @@ version = "0.25" default-features = false features = ["png"] -[patch.crates-io] -russimp-sys = { git = "https://github.com/4tkbytes/russimp-sys" } +# [patch.crates-io] +# russimp-sys = { git = "https://github.com/4tkbytes/russimp-sys" } [profile.dev] opt-level = 0
Large diffs are not rendered by default. Showing the first 50 of 745 lines. Show full diff