1
0
Fork 0
mirror of synced 2024-04-29 18:13:47 +12:00
czkawka/czkawka_gui/Cargo.toml
2021-08-07 21:25:43 +02:00

45 lines
1,012 B
TOML

[package]
name = "czkawka_gui"
version = "3.2.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
description = "GTK frontend of Czkawka"
license = "MIT"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
[dependencies]
czkawka_core = { path = "../czkawka_core" }
gdk = "0.14.0"
glib = "0.14.2"
humansize = "1.1.1"
chrono = "0.4.19"
# Used for sending stop signal across threads
crossbeam-channel = "0.5.1"
# To get informations about progress
futures = "0.3.15"
# For saving/loading config files to specific directories
directories-next = "2.0.0"
# For opening files
open = "2.0.0"
# To get image preview
image = "0.23.14"
# Move files to trash
trash = "1.3.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["combaseapi", "objbase", "shobjidl_core", "windef", "winerror", "wtypesbase", "winuser"] }
[dependencies.gtk]
version = "0.14.0"
default-features = false # just in case
features = ["v3_22"]