1
0
Fork 0
mirror of synced 2024-05-17 10:54:04 +12:00
czkawka/czkawka_gui/Cargo.toml

39 lines
791 B
TOML
Raw Normal View History

[package]
name = "czkawka_gui"
2021-01-22 08:52:43 +13:00
version = "2.3.2"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2018"
2020-09-29 20:27:45 +13:00
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.13.2"
glib = "0.10.1"
2020-09-18 04:42:56 +12:00
humansize = "1"
chrono = "0.4"
# Used for sending stop signal across threads
2020-12-24 11:12:50 +13:00
crossbeam-channel = "0.5"
# To get informations about progress
2020-12-02 22:25:27 +13:00
futures = "0.3.8"
# For saving/loading config files to specific directories
directories-next = "2.0.0"
# For opening files
open = "1.4.0"
# To get image preview
2020-12-24 11:12:50 +13:00
image = "0.23.12"
[dependencies.gtk]
version = "0.9.2"
default-features = false # just in case
features = ["v3_22"]