diff options
| author | Andrew Guschin <guschin@altlinux.org> | 2026-08-03 17:52:58 +0400 |
|---|---|---|
| committer | Andrew Guschin <guschin@altlinux.org> | 2026-08-03 17:52:58 +0400 |
| commit | 1da6636ef354b77857a57059e47c3801304361cf (patch) | |
| tree | a8f07c59cd01ff275283d35dacc452c3730fe4a7 /crates/flasher-qt/Cargo.toml | |
| parent | 04c1d3d8751ae55b0dc963fa32359875f58a3fe1 (diff) | |
remake ui with kirigamimain
Diffstat (limited to 'crates/flasher-qt/Cargo.toml')
| -rw-r--r-- | crates/flasher-qt/Cargo.toml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/crates/flasher-qt/Cargo.toml b/crates/flasher-qt/Cargo.toml index d964edc..a4f0642 100644 --- a/crates/flasher-qt/Cargo.toml +++ b/crates/flasher-qt/Cargo.toml @@ -2,10 +2,12 @@ name = "flasher-qt" version = "0.1.0" edition = "2024" -description = "A native Qt Widgets interface for preparing ALT Linux SBC images" +description = "A Qt 6/KDE Kirigami interface for preparing ALT Linux SBC images" license = "GPL-2.0-or-later" -build = "build.rs" + +[dependencies] +cxx-qt-lib = { version = "0.9.1", features = ["qt_gui", "qt_qml", "link_qt_object_files"] } +serde_json = "1" [build-dependencies] -cc = "1.4" -pkg-config = "0.3" +cxx-qt-build = { version = "0.9.1", features = ["link_qt_object_files"] } |