# 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 = "drawstuff" version = "0.1.11" authors = ["nomissbowling "] description = "ODE drawstuff bindings for Rust" homepage = "https://crates.io/crates/drawstuff" documentation = "https://docs.rs/drawstuff/" readme = "README.md" keywords = [ "opengl", "dynamics", "kinetics", "physics", "3D", ] categories = [ "simulation", "rendering", "science", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/nomissbowling/drawstuff" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] [dependencies.anyslot] version = "0.1" [dependencies.asciiz] version = "0.1" [dependencies.home] version = "=0.5.5" [dependencies.num] version = "0.4" [build-dependencies.bindgen] version = "=0.65.1" [build-dependencies.cc] version = "=1.0.79"