From 25a2493e4a1524f3cd6c63a45f2678ff07516126 Mon Sep 17 00:00:00 2001 From: neuecc Date: Tue, 28 Feb 2023 16:20:32 +0900 Subject: [PATCH] badge --- README.md | 4 ++++ csbindgen/src/emitter.rs | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cc8ce89..20ce70c 100644 --- a/README.md +++ b/README.md @@ -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. + diff --git a/csbindgen/src/emitter.rs b/csbindgen/src/emitter.rs index 4b41c90..aa2402f 100644 --- a/csbindgen/src/emitter.rs +++ b/csbindgen/src/emitter.rs @@ -166,7 +166,6 @@ pub fn emit_csharp( structs_string.push('\n'); } - // TODO: for Unity, `__Intern`. let result = format!( "// // This code is generated by csbindgen.