A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 7 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 300797d..85df31b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
atools = "0.1.7"
dsb = { version = "0.1.0", path = "../dsb" }
-fimg = "0.4.45"
+fimg = { path = "../fimg" }
implicit-fn = "0.1.0"
ropey = "1.6.1"
softbuffer = "0.4.6"
@@ -18,6 +18,12 @@ tree-sitter-rust = "0.24"
tree-sitter-highlight = "0.25.0"
car = "0.1.2"
memchr = "2.7.5"
+lower = "0.2.0"
[build-dependencies]
cc = "*"
+
+[profile.release]
+debug = 2
+overflow-checks = true
+debug-assertions = true