diff --git a/Cargo.toml b/Cargo.toml index f48100a..5600b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"