mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-22 22:46:26 +00:00
carg
This commit is contained in:
parent
a550205058
commit
6ff48731b6
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
||||
.vs/
|
||||
dotnet-sandbox/obj/
|
||||
dotnet-sandbox/bin/
|
||||
|
||||
csbindgen/cargo
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "csbindgen-tests"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
|
||||
# [[bin]]
|
||||
# name = "csbindgen-test-app"
|
||||
|
@ -2,6 +2,17 @@
|
||||
name = "csbindgen"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = [
|
||||
"Yoshifumi Kawai <ils@neue.cc>",
|
||||
"Cysharp, Inc."
|
||||
]
|
||||
description = "Generate C# FFI from Rust for brings C native library to .NET and Unity easily."
|
||||
keywords = ["bindings", "ffi", "code-generation", "csharp"]
|
||||
categories = ["external-ffi-bindings", "development-tools::ffi"]
|
||||
license = "MIT"
|
||||
readme = "../README.md"
|
||||
homepage = "https://github.com/Cysharp/csbindgen/"
|
||||
repository = "https://github.com/Cysharp/csbindgen/"
|
||||
|
||||
[dependencies]
|
||||
syn = { version = "1.0.109", features = ["full"] }
|
Loading…
Reference in New Issue
Block a user