csbindgen/csbindgen-tests/Cargo.toml
neuecc e4b25c3d73 ReadMe 1.7.0
multi input_bindgen_file
support bitflags crate
support tuple struct
support unit struct
new csharp_disable_emit_dll_name option
GroupedNativeMethods code generator
2023-04-17 20:01:20 +09:00

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" }