๐Ÿ“ฆ FabianLars / wtools-iced

๐Ÿ“„ Cargo.toml ยท 21 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21[package]
authors = ["FabianLars <fabianlars@fabianlars.de>"]
build = "build.rs"
edition = "2018"
name = "gui-experimental"
publish = false
version = "0.1.0"

[target.'cfg(windows)'.build-dependencies]
winres = "0.1"

[dependencies]
mw-tools = {git = "https://github.com/FabianLars/mw-toolbox", branch = "main"}
storage = {git = "https://github.com/FabianLars/mw-toolbox", branch = "main"}

anyhow = "1"
directories = "4"
iced = {git = "https://github.com/hecrj/iced.git", branch = "master", default-features = false, features = ["tokio", "glow", "glow_default_system_font"]}
native-dialog = {version = "0", features = ["windows_dpi_awareness", "windows_visual_styles"]}
tokio = {version = "1", features = ["rt"]}