box2d_sys 0.2.1

Bindings for Box2D v3.0
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "box2d_sys"
version = "0.2.1"
description = "Bindings for Box2D v3.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/Carroted/box2d_sys"

[build-dependencies]
bindgen = "0.69.4"
cmake = "0.1.50"

[features]
# for compatibility
no_avx2 = []