Skip to content

Commit

Permalink
Slint
Browse files Browse the repository at this point in the history
  • Loading branch information
qarmin committed Oct 4, 2023
1 parent b23a0ed commit cea7652
Show file tree
Hide file tree
Showing 4 changed files with 253 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ members = [
"czkawka_core",
"czkawka_cli",
"czkawka_gui",
# "czkawka_slint_gui",
]
exclude = [
"czkawka_slint_gui"
]
resolver = "2"

Expand Down
14 changes: 14 additions & 0 deletions czkawka_slint_gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[package]
name = "czkawka_slint"
version = "6.0.0"
authors = ["Rafał Mikrut <[email protected]>"]
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"

[dependencies]
slint = "1.2.2"
rand = "0.8.5"
Loading

0 comments on commit cea7652

Please sign in to comment.