mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2024-12-23 15:06:26 +00:00
e4b25c3d73
multi input_bindgen_file support bitflags crate support tuple struct support unit struct new csharp_disable_emit_dll_name option GroupedNativeMethods code generator
23 lines
389 B
TOML
Vendored
23 lines
389 B
TOML
Vendored
[package]
|
|
name = "csbindgen-tests"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
# [[bin]]
|
|
# name = "csbindgen-test-app"
|
|
# path = "src/main.rs"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
csbindgen = { path = "../csbindgen" }
|
|
bitflags = "2.1.0"
|
|
# physx-sys = "0.11.0"
|
|
|
|
[build-dependencies]
|
|
cc = "1.0.79"
|
|
bindgen = "0.64.0"
|
|
csbindgen = { path = "../csbindgen" } |