starting a settings module in rust

This commit is contained in:
Chris Cochrun 2023-01-27 09:58:06 -06:00
parent e2a6830564
commit 137ba3d4f6
3 changed files with 336 additions and 0 deletions

View file

@ -14,6 +14,7 @@ crate-type = ["staticlib"]
path = "src/rust/lib.rs"
[dependencies]
config = "0.13.1"
cxx = "1.0.83"
cxx-qt = "0.4.1"
cxx-qt-lib = "0.4.1"