box2d_sys 0.1.0

Bindings for Box2D v3.0
Documentation
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.cmake]
version = "0.1.50"

[[example]]
name = "basic_demo"
path = "examples/basic_demo.rs"

[features]
no_avx2 = []

[lib]
name = "box2d_sys"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Bindings for Box2D v3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "box2d_sys"
readme = "README.md"
repository = "https://github.com/Carroted/box2d_sys"
version = "0.1.0"