tirbofish/dropbear · commit
25d0fc37cbc1847c6fbb50a4e55b5995d99b5924
fix + features: got the ptython script to work, did some fixes
Signature present but could not be verified.
Unverified
@@ -1,9 +0,0 @@ -[build] -jobs = 8 - -[profile.dev] -opt-level = 0 -debug = true -codegen-units = 16 -incremental = true -lto = false @@ -8,4 +8,3 @@ debug = true codegen-units = 16 incremental = true lto = false - @@ -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" @@ -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