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

18 lines
412 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]
slint = "1.2.2"
2023-10-18 08:31:08 +13:00
rand = "0.8.5"
[dev-dependencies]
slint-build = "1.2.2"