updating to cxx-qt 6.O
This will need a lot more work
This commit is contained in:
parent
982014ff3d
commit
6b3559b4ef
2 changed files with 866 additions and 419 deletions
1277
Cargo.lock
generated
1277
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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 = "0.5.3"
|
cxx-qt = "0.6.0"
|
||||||
cxx-qt-lib = "0.5.3"
|
cxx-qt-lib = "0.6.0"
|
||||||
# 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"] }
|
||||||
|
@ -43,8 +43,8 @@ obws = "0.11.5"
|
||||||
# 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.3"
|
cxx-qt-build = "0.6.0"
|
||||||
qt-build-utils = "0.5.3"
|
qt-build-utils = "0.6.0"
|
||||||
|
|
||||||
# [dependencies.confy]
|
# [dependencies.confy]
|
||||||
# features = ["yaml_conf"]
|
# features = ["yaml_conf"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue