[package]
edition = "2024"
rust-version = "1.95"
name = "boxdd-sys"
version = "0.6.0"
build = "build.rs"
links = "box2d"
include = [
"LICENSE-APACHE",
"LICENSE-MIT",
"Cargo.toml",
"README.md",
"build.rs",
"effective-source.toml",
"upstream.toml",
"patches/**",
"abi/**",
"native/**",
"security/sigstore/trusted_root.json",
"src/**",
"third-party/box2d/include/**/*.h",
"third-party/box2d/src/**/*.c",
"third-party/box2d/src/**/*.h",
"third-party/box2d/src/**/*.inl",
"third-party/box2d/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for Box2D built from upstream via submodule"
homepage = "https://frankorz.com/boxdd/"
documentation = "https://docs.rs/boxdd-sys"
readme = "README.md"
keywords = [
"box2d",
"physics",
"ffi",
"bindings",
"game",
]
categories = [
"external-ffi-bindings",
"game-engines",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/boxdd"
[package.metadata.docs.rs]
all-features = false
no-default-features = true
features = []
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
bindgen = ["dep:bindgen"]
build-from-source = []
default = ["build-from-source"]
disable-simd = []
double-precision = []
simd-avx2 = []
validate = []
[lib]
name = "boxdd_sys"
path = "src/lib.rs"
[dev-dependencies.diffy]
version = "0.5.1"
[dev-dependencies.object]
version = "0.37"
features = [
"read",
"std",
"write",
]
default-features = false
[dev-dependencies.sha2]
version = "0.10"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.toml]
version = "0.9"
[build-dependencies.bindgen]
version = "0.72"
optional = true
[build-dependencies.cc]
version = "1"
[build-dependencies.diffy]
version = "0.5.1"
[build-dependencies.object]
version = "0.37"
features = [
"read",
"std",
]
default-features = false
[build-dependencies.sha2]
version = "0.10"
[build-dependencies.tempfile]
version = "3"
[build-dependencies.toml]
version = "0.9"