testing: testing out branch of cxx-qt so QVariantMap works with rust
This commit is contained in:
parent
031ba2d35a
commit
6765a66e28
2 changed files with 65 additions and 27 deletions
|
@ -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"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue