diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-07 00:26:54 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-07 00:26:54 +0200 |
| commit | 179920fa402b81a3ae8cc3c4b415172f71eb8d11 (patch) | |
| tree | 33bd4cb4cceb58ef65ae19a6c8d0f3e4e0ea53ec /Cargo.toml | |
| parent | 9b4aa4e9643b0a5b4a554e455eac269a2472b590 (diff) | |
add gui
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |