oxybox-sys 0.1.0

Low-level Rust bindings for Box2D.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
`oxybox`

Bindings to the box2D library.

## Binding to the C Code

We get the source code of box2d using git submodules.
We bind to that source code using the bindgen cli.

You can easily do this yourself by running `bindgen.sh`, which will
update the submodule and run bindgen for you. Note: this requires an exact
version of bindgen. You may need to install the version required with
`cargo install bindgen --version X`. The shell script itself will
error out and give the required version if you do not have it.