adjusting settings and slide_model.rs
These are trying to get more code written in Rust rather than c++. Not there yet, but I need to sync these to another machine.
This commit is contained in:
parent
ec95ba0d89
commit
236503e877
10 changed files with 387 additions and 108 deletions
|
@ -20,6 +20,8 @@ serde_derive = "1.0.152"
|
|||
cxx = "1.0.83"
|
||||
cxx-qt = "0.5.0"
|
||||
cxx-qt-lib = "0.5.0"
|
||||
# home = "0.5.4"
|
||||
dirs = "5.0.0"
|
||||
|
||||
# cxx-qt-build generates C++ code from the `#[cxx_qt::bridge]` module
|
||||
# and compiles it together with the Rust static library
|
||||
|
@ -28,4 +30,4 @@ cxx-qt-build = "0.5.0"
|
|||
|
||||
[dependencies.confy]
|
||||
features = ["yaml_conf"]
|
||||
default-features = false
|
||||
default-features = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue