kitgit

tirbofish/dropbear · diff

60aeb39 · tk

Merge pull request #3 from 4tkbytes/build-system feature: Build system

Unverified

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..0fce33b
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "redback-runtime"]
+	path = redback-runtime
+	url = https://github.com/4tkbytes/redback-runtime
diff --git a/Cargo.toml b/Cargo.toml
index 763103b..13f2a5d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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,21 +40,23 @@ 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"] }
 transform-gizmo-egui = { git = "https://github.com/4tkbytes/transform-gizmo"}
 wgpu = "25"
 winit = { version = "0.30", features = [] }
+zip = "0.6"
+walkdir = "2.3"
 
 [workspace.dependencies.image]
 version = "0.25"
 default-features = false
 features = ["png"]
 
-[patch.crates-io]
-russimp-sys = { git = "https://github.com/4tkbytes/russimp-sys" }
+# [patch.crates-io]

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