aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-07-25 22:21:25 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-07-25 22:21:25 +0200
commite1cb45be6575c805e3b0ab1e2d03d4047acf88d1 (patch)
treef2671f209de7a8217f148f7ec9f580c1789eb7ab /Cargo.toml
parent149e0b6ae9871515be21f23b492f5ef7355e2ca4 (diff)
make it use less ram using packed structs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 55b2542..7e11996 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,14 +7,15 @@ edition = "2021"
[dependencies]
dotext = "0.1.1"
-iced = { git = "https://github.com/iced-rs/iced", features = ["advanced", "canvas"] }
lazy_static = "1.4.0"
lopdf = "0.31.0"
rayon = "1.7.0"
-rfd = "0.11.4"
serde = { version = "1.0.166", features = ["derive"] }
serde_json = "1.0.100"
walkdir = "2.3.3"
lyon_algorithms = "1"
once_cell = "1"
bincode = "1.3.3"
+get-size = { version = "0.1.4", features = ["derive"] }
+gtk = "0.17.1"
+hash32 = "0.3.1"