kitgit

tirbofish/dropbear · diff

0148386 · Thribhu K

moved around some stuff. about to start on refactor of engine. Unverified

diff --git a/Cargo.toml b/Cargo.toml
index c257e24..e1f1105 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,15 +7,15 @@ package.readme = "README.md"
 
 resolver = "3"
 members = [
-    "dropbear-engine",
-    "dropbear-macro",
-    "dropbear-shader",
-    "dropbear-traits",
-    "dropbear_future-queue",
-    "eucalyptus-core",
-    "eucalyptus-editor",
-    "magna-carta",
-#    "redback-runtime"
+    "crates/dropbear-engine",
+    "crates/dropbear-macro",
+    "crates/dropbear-shader",
+    "crates/dropbear-traits",
+    "crates/dropbear_future-queue",
+    "crates/eucalyptus-core",
+    "crates/eucalyptus-editor",
+    "crates/magna-carta",
+#    "crates/redback-runtime"
 ]
 
 [workspace.dependencies]
@@ -26,7 +26,7 @@ chrono = "0.4"
 clap = { version = "4.5", features = ["derive"] }
 colored = "3.0"
 crossbeam-channel = "0.5"
-dropbear-engine = { path = "dropbear-engine" }
+dropbear-engine = { path = "crates/dropbear-engine" }
 egui = "0.33"
 egui-toast = { version = "0.19" }
 egui-wgpu = { version = "0.33" }
diff --git a/build.gradle.kts b/build.gradle.kts
index 47daf77..5ba1f2c 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -70,7 +70,7 @@ kotlin {
             compilations.getByName("main") {
                 cinterops {
                     val dropbear by creating {
-                        defFile(project.file("src/dropbear.def"))
+                        defFile(project.file("scripting/dropbear.def"))
                         includeDirs.headerFilterOnly(project.file("include"))
                         compilerOpts("-I${project.file("include").absolutePath}")

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