[build-dependencies.cmake]
version = "0.1.54"
[dependencies]
[lib]
name = "rsbullet_sys"
path = "src/lib.rs"
[package]
authors = ["Nathan Kent <nkent2@cs.rochester.edu>", "Marco Boneberger <m.boneberger@tu-bs.de>", "Yixing <yanjizhou312@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science::robotics", "simulation"]
description = "Compiles bullet3 and exposes rust bindings to the C API"
edition = "2024"
exclude = ["bullet3/data/*", "!bullet3/data/sphere8.mtl", "bullet3/examples/pybullet", "bullet3/examples/ThirdPartyLibs/openvr", "bullet3/docs", "bullet3/test"]
homepage = "https://github.com/Robot-Exp-Platform/rsbullet"
keywords = ["pybullet", "bullet", "bullet3", "physics", "robotics"]
license = "MIT"
name = "rsbullet_sys"
readme = "README.md"
version = "0.2.0"