You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
czkawka/czkawka_gui/Cargo.toml

22 lines
441 B
TOML

[package]
name = "czkawka_gui"
version = "0.1.1"
authors = ["Rafał Mikrut <mikrutrafal54@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
czkawka_core = { path = "../czkawka_core" }
gdk = "0.13.2"
gio = "0.9.1"
glib = "0.10.1"
4 years ago
humansize = "1"
[dependencies.gtk]
version = "0.9.2"
default-features = false # just in case
features = ["v3_18"]