mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 06:56:27 +00:00
Merge pull request #29 from NicholasMaselli/patch-1
Update README.md To Add Main() to the build.rs
This commit is contained in:
commit
eaec0db14c
@ -47,11 +47,13 @@ pub extern "C" fn my_add(x: i32, y: i32) -> i32 {
|
||||
Setup csbindgen code to `build.rs`.
|
||||
|
||||
```rust
|
||||
fn main() {
|
||||
csbindgen::Builder::default()
|
||||
.input_extern_file("lib.rs")
|
||||
.csharp_dll_name("nativelib")
|
||||
.generate_csharp_file("../dotnet/NativeMethods.g.cs")
|
||||
.unwrap();
|
||||
}
|
||||
```
|
||||
|
||||
It will generate this C# code.
|
||||
|
Loading…
Reference in New Issue
Block a user