# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "box2d_sys" version = "0.2.1" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Bindings for Box2D v3.0" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Carroted/box2d_sys" [lib] name = "box2d_sys" path = "src/lib.rs" [[example]] name = "basic_demo" path = "examples/basic_demo.rs" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [features] no_avx2 = []