Archived
1
Fork 0

build fix

This commit is contained in:
Joshua Goins 2024-12-30 16:15:18 -05:00
parent 3f7c4e7f82
commit 1a18776937

View file

@ -7,13 +7,13 @@ edition = "2021"
crate-type = ["staticlib"]
[build-dependencies]
cxx-qt-build = { version = "0.7.0" }
cxx-qt-build = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules" }
[dependencies]
cxx = "1.0.121"
cxx-qt = { version = "0.7.0" }
cxx-qt-lib = { version = "0.7.0", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] }
cxx-kde-frameworks = { git = "https://invent.kde.org/libraries/cxx-kde-frameworks" }
cxx-qt = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules" }
cxx-qt-lib = { git = "https://github.com/redstrate/cxx-qt", branch = "work/josh/cmake-qt-modules", features = ["qt_qml", "serde", "qt_gui", "qt_quickcontrols"] }
cxx-kde-frameworks = { git = "https://invent.kde.org/libraries/cxx-kde-frameworks", branch = "work/redstrate/cmake-qt-modules" }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tokio = "1.41.1"