kitgit

tirbofish/dropbear · diff

25d0fc3 · tk

fix + features: got the ptython script to work, did some fixes

Unverified

diff --git a/.cargo/config.toml b/.cargo/config.toml
deleted file mode 100644
index f1863bb..0000000
--- a/.cargo/config.toml
+++ /dev/null
@@ -1,9 +0,0 @@
-[build]
-jobs = 8
-
-[profile.dev]
-opt-level = 0
-debug = true
-codegen-units = 16
-incremental = true
-lto = false
diff --git a/Cargo.toml b/Cargo.toml
index ef5c329..81a2ce6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,3 @@ debug = true
 codegen-units = 16
 incremental = true
 lto = false
-
diff --git a/eucalyptus/Cargo.toml b/eucalyptus/Cargo.toml
index 27fc788..82f9052 100644
--- a/eucalyptus/Cargo.toml
+++ b/eucalyptus/Cargo.toml
@@ -6,6 +6,7 @@ license = "GPL-3.0-or-later"
 description = "A visual game editor for the dropbear game engine"
 repository = "https://github.com/4tkbytes/dropbear-engine"
 readme = "README.md"
+default-run = "eucalyptus"
 
 [dependencies]
 serde = { version = "1.0.219", features = ["derive"] }
@@ -19,7 +20,6 @@ chrono = "0.4.41"
 egui-toast-fork = "0.18.0"
 egui_dock-fork = { version = "0.17", features = ["serde"] }
 once_cell = "1.21"
-pyo3 = { version = "0.25", features = ["auto-initialize"] }
 
 [dependencies.rhai]
 version = "1.22"
diff --git a/eucalyptus/src/editor.rs b/eucalyptus/src/editor.rs
index 4fa2809..0989557 100644
--- a/eucalyptus/src/editor.rs
+++ b/eucalyptus/src/editor.rs
@@ -1,4 +1,4 @@
-use std::{collections::HashSet, path::PathBuf, sync::Arc};

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