small software-rendered rust tty
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 85ab458..5eb16bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ anstream = "0.6.18"
anyhow = "1.0.98"
array_chunks = "1.0.0"
atools = "0.1.6"
-chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.11.0", features = [
+chumsky = { git = "https://github.com/zesterer/chumsky", version = "0.12.0", features = [
"nightly",
] }
color-hex = "0.2.0"
@@ -22,13 +22,15 @@ minifb = "0.28.0"
nix = { version = "0.30.1", features = ["process", "term"] }
parking_lot = "0.12.3"
swash = "0.2.4"
+winit = { version = "0.30.12", default-features = false, features = ["x11"] }
[profile.release]
-debug = 2
+debug = 0
+strip = true
opt-level = 3
lto = "thin"
incremental = true
-overflow-checks = true
+overflow-checks = false
[profile.dev]
opt-level = 3