adding qt-build-utils
This commit is contained in:
parent
c86abcbd36
commit
f2da6dcf87
2 changed files with 2 additions and 0 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
@ -349,6 +349,7 @@ dependencies = [
|
||||||
"dirs",
|
"dirs",
|
||||||
"fastrand",
|
"fastrand",
|
||||||
"libsqlite3-sys",
|
"libsqlite3-sys",
|
||||||
|
"qt-build-utils",
|
||||||
"quote",
|
"quote",
|
||||||
"serde",
|
"serde",
|
||||||
"serde_derive",
|
"serde_derive",
|
||||||
|
|
|
@ -38,6 +38,7 @@ fastrand = "2.0.0"
|
||||||
# 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.5.3"
|
||||||
|
qt-build-utils = "0.5.3"
|
||||||
|
|
||||||
# [dependencies.confy]
|
# [dependencies.confy]
|
||||||
# features = ["yaml_conf"]
|
# features = ["yaml_conf"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue