1
0
Fork 0
mirror of synced 2024-06-14 16:35:23 +12:00
czkawka/czkawka_slint_gui/Cargo.toml
Rafał Mikrut 19f0be721f Header row
2023-10-21 08:36:56 +02:00

21 lines
652 B
TOML

[package]
name = "czkawka_slint"
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"
build = "build.rs"
[dependencies]
#slint = "1.2.2"
slint = { git = "https://github.com/slint-ui/slint.git", branch = "olivier/fix-3700"}
rand = "0.8.5"
czkawka_core = { version = "6.1.0", path = "../czkawka_core" }
chrono = "0.4.31"
[build-dependencies]
slint-build = { git = "https://github.com/slint-ui/slint.git", branch = "olivier/fix-3700"}