adding a basic other struct in rust... well trying...

This commit is contained in:
Chris Cochrun 2022-12-09 16:55:54 -06:00
parent 7eba697dc2
commit 9644631f7c
11 changed files with 124 additions and 36 deletions

View file

@ -2,4 +2,5 @@ use cxx_qt_build::CxxQtBuilder;
fn main() {
CxxQtBuilder::new().file("src/cxxqt_object.rs").build();
CxxQtBuilder::new().file("src/service_thing.rs").build();
}