adding settings.rs

This commit is contained in:
Chris Cochrun 2023-01-27 15:46:35 -06:00
parent f1def0bce9
commit 58fb8625f4
4 changed files with 19 additions and 340 deletions

View file

@ -3,6 +3,7 @@ use cxx_qt_build::CxxQtBuilder;
fn main() {
CxxQtBuilder::new()
.file("src/rust/service_thing.rs")
.file("src/rust/settings.rs")
.file("src/rust/file_helper.rs")
.build();
}