wip
This commit is contained in:
9
rust_compiler/build.rs
Normal file
9
rust_compiler/build.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
fn main() -> ::std::io::Result<()> {
|
||||
safer_ffi::headers::builder()
|
||||
.with_language(safer_ffi::headers::Language::CSharp)
|
||||
.to_file("../csharp_mod/SlangStubs.cs")?
|
||||
.generate()
|
||||
.unwrap();
|
||||
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user