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
1
build.rs
1
build.rs
|
@ -6,5 +6,6 @@ fn main() {
|
|||
.file("src/rust/settings.rs")
|
||||
.file("src/rust/file_helper.rs")
|
||||
.file("src/rust/slide_obj.rs")
|
||||
.file("src/rust/slide_model.rs")
|
||||
.build();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue