Cargo.toml - icy_draw - [fork] icy_draw is the successor to mystic draw.
HTML git clone https://git.drkhsh.at/icy_draw.git
DIR Log
DIR Files
DIR Refs
DIR README
---
Cargo.toml (988B)
---
1 [package]
2 name = "icy_view_gui"
3 version = "0.2.2"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7
8 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9
10 [dependencies]
11 eframe = { workspace = true }
12 egui_extras = { workspace = true }
13 egui_glow = { workspace = true }
14 glow = { workspace = true }
15 memmap = "0.7.0"
16 zip = { workspace = true }
17 directories = { workspace = true }
18
19
20 log = { workspace = true }
21 env_logger = "0.11"
22 i18n-embed = { workspace = true }
23 i18n-embed-fl = { workspace = true }
24 once_cell = { workspace = true }
25 rust-embed = { workspace = true }
26 egui-modal = { workspace = true }
27 egui-notify = { workspace = true }
28 thiserror = { workspace = true }
29 anyhow = "1.0.75"
30 serde = { workspace = true }
31 toml = { workspace = true }
32
33 image = { version = "0.25.1", features = ["jpeg", "png", "gif", "bmp"] }
34
35 icy_sauce = { workspace = true }
36 icy_engine = { workspace = true }
37 icy_engine_gui = { workspace = true }