[package]
name = "oxybox-sys"
version = "0.1.1"
edition = "2024"
description = "Low-level Rust bindings for Box2D."
license = "MIT"
repository = "https://github.com/imlazyeye/oxybox"
readme = "../README.md"
keywords = ["box2d", "physics", "gamedev", "bindings"]
categories = ["external-ffi-bindings", "game-development", "simulation"]
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"build.rs",
"src/**",
"vendor/box2d/LICENSE",
"vendor/box2d/include/**",
"vendor/box2d/src/**",
]
links = "box2d"
[dependencies]
glam.workspace = true
static_assertions = "1.1.0"
[build-dependencies]
cc = "1.2.60"
camino = "1.2.2"