adding a slide_obj in rust
This object is still unfinished, but it will later serve as our main object to connect to for the slides that are shown on screen. All of this needed some heavy tweaking and I still need to learn more about rust, but the beginnings are there and it will be worth it to have the safety and speed that rust provides
This commit is contained in:
parent
78e6a5c9ca
commit
b32d35c385
7 changed files with 212 additions and 157 deletions
|
@ -24,7 +24,7 @@ cxx-qt-lib = "0.5.0"
|
|||
# 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 = "0.4.1"
|
||||
cxx-qt-build = "0.5.0"
|
||||
|
||||
[dependencies.confy]
|
||||
features = ["yaml_conf"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue