blob: a4f064291c753a57a7dda31d51ce71f6cf099f8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "flasher-qt"
version = "0.1.0"
edition = "2024"
description = "A Qt 6/KDE Kirigami interface for preparing ALT Linux SBC images"
license = "GPL-2.0-or-later"
[dependencies]
cxx-qt-lib = { version = "0.9.1", features = ["qt_gui", "qt_qml", "link_qt_object_files"] }
serde_json = "1"
[build-dependencies]
cxx-qt-build = { version = "0.9.1", features = ["link_qt_object_files"] }
|