This commit is contained in:
neuecc 2023-02-28 16:20:32 +09:00
parent 6ff48731b6
commit 25a2493e4a
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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.