switching to cxx-qt 0.5.3

This commit is contained in:
Chris Cochrun 2023-05-19 09:20:42 -05:00
parent 09aff7b1ff
commit 6da388c529
2 changed files with 24 additions and 49 deletions

67
Cargo.lock generated
View file

@ -98,35 +98,36 @@ dependencies = [
[[package]] [[package]]
name = "cxx-qt" name = "cxx-qt"
version = "0.5.2" version = "0.5.3"
source = "git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues#e660025dc2cc3816f59c53551950bfd15b933593" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2002fa000d687f8cf21abce76d85d4eceef638dcd2a146dc3f61b47e67d89220"
dependencies = [ dependencies = [
"cxx-qt-gen 0.5.2 (git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues)", "cxx-qt-gen",
"proc-macro2", "proc-macro2",
"syn 2.0.16", "syn 1.0.109",
] ]
[[package]] [[package]]
name = "cxx-qt-build" name = "cxx-qt-build"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0671293eb08b72afe6cb48cd2984442574a78f4bb52c30c2f06595c86e9fbd" checksum = "e83a15e8f8f39677d2f9e62850bb79218db25d7a352b0f2134932bf5eb3fdff2"
dependencies = [ dependencies = [
"cc", "cc",
"convert_case", "convert_case",
"cxx-gen", "cxx-gen",
"cxx-qt-gen 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "cxx-qt-gen",
"cxx-qt-lib-headers 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "cxx-qt-lib-headers",
"proc-macro2", "proc-macro2",
"qt-build-utils 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "qt-build-utils",
"quote", "quote",
] ]
[[package]] [[package]]
name = "cxx-qt-gen" name = "cxx-qt-gen"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad3de92084b83c85eaee41b978302c269cedb7a7bae899e23d234ae9548d5c50" checksum = "389cd0e44b265d2a23124006c2100571040bda5c0b74e98e9a3740f9abf309db"
dependencies = [ dependencies = [
"clang-format", "clang-format",
"convert_case", "convert_case",
@ -136,40 +137,23 @@ dependencies = [
"syn 1.0.109", "syn 1.0.109",
] ]
[[package]]
name = "cxx-qt-gen"
version = "0.5.2"
source = "git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues#e660025dc2cc3816f59c53551950bfd15b933593"
dependencies = [
"clang-format",
"convert_case",
"indoc",
"proc-macro2",
"quote",
"syn 2.0.16",
]
[[package]] [[package]]
name = "cxx-qt-lib" name = "cxx-qt-lib"
version = "0.5.2" version = "0.5.3"
source = "git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues#e660025dc2cc3816f59c53551950bfd15b933593" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cee7ccaf5fc9f0a4562aae0dcd387756dda0772571e0b9d0f255f542a970b50"
dependencies = [ dependencies = [
"cxx", "cxx",
"cxx-build", "cxx-build",
"cxx-qt-lib-headers 0.5.2 (git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues)", "cxx-qt-lib-headers",
"qt-build-utils 0.5.2 (git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues)", "qt-build-utils",
] ]
[[package]] [[package]]
name = "cxx-qt-lib-headers" name = "cxx-qt-lib-headers"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3145b3e81bf3d01bd13ede22ec21d1a3cf0d42461ec322abfb2abce7a7ba81f" checksum = "d7fa7bf31bd520d00536d27b9e26a265a1cba6d84ec544175f254c755406110c"
[[package]]
name = "cxx-qt-lib-headers"
version = "0.5.2"
source = "git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues#e660025dc2cc3816f59c53551950bfd15b933593"
[[package]] [[package]]
name = "cxxbridge-flags" name = "cxxbridge-flags"
@ -406,18 +390,9 @@ dependencies = [
[[package]] [[package]]
name = "qt-build-utils" name = "qt-build-utils"
version = "0.5.2" version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75422b8c922e6ff8b24d060c0cb6763461d305c050a9235944d0740df26a8aa2" checksum = "d5ce806205819a87696bb9275c831be88a79592f035d4cc17d01625395cbe1da"
dependencies = [
"thiserror",
"versions",
]
[[package]]
name = "qt-build-utils"
version = "0.5.2"
source = "git+https://github.com/ahayzen-kdab/cxx-qt?branch=533-qvariantmap-qml-issues#e660025dc2cc3816f59c53551950bfd15b933593"
dependencies = [ dependencies = [
"thiserror", "thiserror",
"versions", "versions",

View file

@ -19,8 +19,8 @@ serde = "1.0.152"
serde_derive = "1.0.152" serde_derive = "1.0.152"
quote = "1.0.27" quote = "1.0.27"
cxx = "1.0.83" cxx = "1.0.83"
cxx-qt = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"} cxx-qt = "0.5.3"
cxx-qt-lib = {git = "https://github.com/ahayzen-kdab/cxx-qt", branch = "533-qvariantmap-qml-issues"} cxx-qt-lib = "0.5.3"
# home = "0.5.4" # home = "0.5.4"
dirs = "5.0.0" dirs = "5.0.0"
diesel = { version = "2.0.3", features = ["sqlite"] } diesel = { version = "2.0.3", features = ["sqlite"] }
@ -32,7 +32,7 @@ youtube_dl = "0.8.0"
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module # cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
# and compiles it together with the Rust static library # and compiles it together with the Rust static library
[build-dependencies] [build-dependencies]
cxx-qt-build = "0.5.1" cxx-qt-build = "0.5.3"
# [dependencies.confy] # [dependencies.confy]
# features = ["yaml_conf"] # features = ["yaml_conf"]