rearranging rust files and updating crates
This commit is contained in:
parent
9644631f7c
commit
b76f027455
7 changed files with 1097 additions and 0 deletions
6
build.rs
Normal file
6
build.rs
Normal 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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue