adding rust to the project
This commit is contained in:
parent
02c3e84cb6
commit
8a7d6da991
4 changed files with 86 additions and 0 deletions
5
src/rust/build.rs
Normal file
5
src/rust/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use cxx_qt_build::CxxQtBuilder;
|
||||
|
||||
fn main() {
|
||||
CxxQtBuilder::new().file("src/cxxqt_object.rs").build();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue