mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2025-01-09 05:17:47 +00:00
badge
This commit is contained in:
parent
6ff48731b6
commit
25a2493e4a
@ -1 +1,5 @@
|
||||
# csbindgen
|
||||
[![Crates](https://img.shields.io/crates/v/csbindgen.svg)](https://crates.io/crates/csbindgen) [![Api Rustdoc]][https://img.shields.io/badge/api-rustdoc-blue](https://docs.rs/csbindgen)
|
||||
|
||||
Generate C# FFI from Rust for brings C native library to .NET and Unity easily.
|
||||
|
||||
|
@ -166,7 +166,6 @@ pub fn emit_csharp(
|
||||
structs_string.push('\n');
|
||||
}
|
||||
|
||||
// TODO: for Unity, `__Intern`.
|
||||
let result = format!(
|
||||
"// <auto-generated>
|
||||
// This code is generated by csbindgen.
|
||||
|
Loading…
Reference in New Issue
Block a user