# 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 = "raylib-ffi" version = "5.5.0" authors = ["Evan Pratten "] build = "build/main.rs" exclude = [ "third_party/raylib/examples/*", "third_party/raylib/logo/*", "third_party/raylib/projects/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Automatic raw Rust bindings to raylib" homepage = "https://github.com/ewpratten/raylib-ffi" documentation = "https://docs.rs/raylib-ffi" readme = "README.md" keywords = [ "raylib", "graphics", ] categories = [ "external-ffi-bindings", "graphics", "multimedia", "rendering", ] license = "GPL-3.0" repository = "https://github.com/ewpratten/raylib-ffi" [lib] name = "raylib_ffi" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "core_3d_camera_free" path = "examples/core_3d_camera_free.rs" [[example]] name = "shaders_basic_lighting" path = "examples/shaders_basic_lighting.rs" [dependencies.num-derive] version = "^0.4.2" [dependencies.num-traits] version = "^0.2.19" [build-dependencies.bindgen] version = "0.70.1" [build-dependencies.cmake] version = "0.1.51" [build-dependencies.regex] version = "1" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.serde_json] version = "1.0" [features] default = ["macros"] dylib = [] macros = []