# 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 = "renderkit" version = "1.0.0" authors = ["Evan Pratten "] exclude = [ "third_party/raylib/examples/*", "third_party/raylib/parser/*", "third_party/raylib/logo/*", "third_party/raylib/projects/*", ] description = "Automatic raw Rust bindings to raylib" homepage = "https://github.com/ewpratten/renderkit" documentation = "https://docs.rs/renderkit" readme = "README.md" keywords = [ "raylib", "graphics", ] categories = [ "external-ffi-bindings", "graphics", "multimedia", "rendering", ] license = "GPL-3.0" repository = "https://github.com/ewpratten/renderkit" [dependencies.cgmath] version = "^0.18.0" [dependencies.cstr] version = "^0.2.11" [dependencies.lazy_static] version = "^1.4.0" [dependencies.log] version = "^0.4.14" [dependencies.num-derive] version = "^0.3.3" [dependencies.num-traits] version = "^0.2.14" [dependencies.printf] version = "^0.1.0" [dependencies.rgb] version = "^0.8.34" [dependencies.vsprintf] version = "^2.0.0" [dev-dependencies.env_logger] version = "^0.10.0" [build-dependencies.bindgen] version = "^0.63.0" [build-dependencies.cmake] version = "^0.1.49"