1
0
Fork 0
mirror of synced 2024-06-27 02:21:05 +12:00
czkawka/czkawka_slint_gui/Cargo.toml

23 lines
688 B
TOML
Raw Normal View History

[package]
name = "czkawka_slint"
2023-10-15 20:50:46 +13:00
version = "6.1.0"
authors = ["Rafał Mikrut <mikrutrafal@protonmail.com>"]
edition = "2021"
rust-version = "1.72.1"
description = "Slint frontend of Czkawka"
license = "GPL-3"
homepage = "https://github.com/qarmin/czkawka"
repository = "https://github.com/qarmin/czkawka"
2023-10-18 08:31:08 +13:00
build = "build.rs"
[dependencies]
2023-10-20 08:39:48 +13:00
#slint = "1.2.2"
slint = { git = "https://github.com/slint-ui/slint.git", branch = "olivier/fix-3700"}
2023-10-18 08:31:08 +13:00
rand = "0.8.5"
2023-10-21 19:36:56 +13:00
czkawka_core = { version = "6.1.0", path = "../czkawka_core" }
chrono = "0.4.31"
2023-10-22 23:18:41 +13:00
open="5.0.0"
2023-10-18 08:31:08 +13:00
2023-10-19 20:32:37 +13:00
[build-dependencies]
2023-10-22 10:33:29 +13:00
#slint-build = "1.2.2"
2023-10-20 08:39:48 +13:00
slint-build = { git = "https://github.com/slint-ui/slint.git", branch = "olivier/fix-3700"}