A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae21f93..732dbd1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,7 +49,6 @@ arc-swap = "1.7.1"
tokio = { version = "1.47.1", features = ["rt-multi-thread"] }
regex-cursor = "0.1.5"
papaya = "0.2.3"
-minimad = { git = "https://github.com/Canop/minimad", branch = "keep-code-fence", version = "0.13.1" }
markdown = "1.0.0"
itertools = "0.14.0"
@@ -60,3 +59,9 @@ cc = "*"
debug = 2
# overflow-checks = true
# debug-assertions = true
+
+[profile.dev]
+incremental = false
+
+[patch.'https://github.com/bend-n/fimg']
+fimg = { "path" = "../fimg" }