rearranging rust files and updating crates

This commit is contained in:
Chris Cochrun 2022-12-10 06:52:04 -06:00
parent 9644631f7c
commit b76f027455
7 changed files with 1097 additions and 0 deletions

6
build.rs Normal file
View file

@ -0,0 +1,6 @@
use cxx_qt_build::CxxQtBuilder;
fn main() {
CxxQtBuilder::new().file("src/rust/cxxqt_object.rs").build();
CxxQtBuilder::new().file("src/rust/service_thing.rs").build();
}