aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5aabb5e..dbb40f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,9 +7,13 @@ 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"