testing: testing out branch of cxx-qt so QVariantMap works with rust

This commit is contained in:
Chris Cochrun 2023-05-17 16:39:26 -05:00
parent 031ba2d35a
commit 6765a66e28
2 changed files with 65 additions and 27 deletions

View file

@ -17,9 +17,10 @@ path = "src/rust/lib.rs"
configparser = "3.0.2"
serde = "1.0.152"
serde_derive = "1.0.152"
quote = "1.0.27"
cxx = "1.0.83"
cxx-qt = "0.5.1"
cxx-qt-lib = "0.5.1"
cxx-qt = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"}
cxx-qt-lib = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"}
# home = "0.5.4"
dirs = "5.0.0"
diesel = { version = "2.0.3", features = ["sqlite"] }