rust side builds but having trouble linking in main.cpp
This commit is contained in:
parent
fbcb6afc7a
commit
92f2b18a20
14 changed files with 377 additions and 140 deletions
|
@ -27,8 +27,8 @@ serde = "1.0.152"
|
|||
serde_derive = "1.0.152"
|
||||
quote = "1.0.27"
|
||||
cxx = "1.0.83"
|
||||
cxx-qt = "0.6.1"
|
||||
cxx-qt-lib = "0.6.1"
|
||||
cxx-qt = "0.7.1"
|
||||
cxx-qt-lib = { version = "0.7.1", features = [ "full" ] }
|
||||
# home = "0.5.4"
|
||||
dirs = "5.0.0"
|
||||
# libsqlite3-sys = { version = ">=0.17.2", features = ["bundled"] }
|
||||
|
@ -51,8 +51,8 @@ color-eyre = "0.6.3"
|
|||
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
|
||||
# and compiles it together with the Rust static library
|
||||
[build-dependencies]
|
||||
cxx-qt-build = { version = "0.6.1", features = [ "link_qt_object_files" ] }
|
||||
qt-build-utils = "0.6.1"
|
||||
cxx-qt-build = { version = "0.7.1", features = [ "link_qt_object_files" ] }
|
||||
qt-build-utils = "0.7.1"
|
||||
|
||||
# [dependencies.confy]
|
||||
# features = ["yaml_conf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue