2023-02-26 18:31:44 +00:00
|
|
|
[package]
|
|
|
|
name = "csbindgen-tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-02-28 06:33:01 +00:00
|
|
|
publish = false
|
2023-02-26 18:31:44 +00:00
|
|
|
|
2023-02-27 10:44:03 +00:00
|
|
|
# [[bin]]
|
|
|
|
# name = "csbindgen-test-app"
|
|
|
|
# path = "src/main.rs"
|
|
|
|
|
2023-02-26 18:31:44 +00:00
|
|
|
[lib]
|
|
|
|
crate-type = ["cdylib"]
|
2023-02-27 10:44:03 +00:00
|
|
|
path = "src/lib.rs"
|
2023-02-26 18:31:44 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
csbindgen = { path = "../csbindgen" }
|
2023-04-17 12:01:20 +01:00
|
|
|
bitflags = "2.1.0"
|
2023-04-14 09:20:44 +01:00
|
|
|
# physx-sys = "0.11.0"
|
2023-02-26 18:31:44 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0.79"
|
|
|
|
bindgen = "0.64.0"
|
|
|
|
csbindgen = { path = "../csbindgen" }
|