build fix
This commit is contained in:
parent
3f7c4e7f82
commit
1a18776937
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Reference in a new issue