# 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 = "2018" name = "raylib" version = "5.0.2" authors = ["DeltaPHC "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Rust bindings for Raylib." documentation = "https://docs.rs/raylib" readme = "README.md" keywords = [ "bindings", "raylib", "gamedev", ] categories = [ "api-bindings", "game-engines", "graphics", ] license = "Zlib" repository = "https://github.com/raylib-rs/raylib-rs" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] [lib] name = "raylib" path = "src/lib.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.lazy_static] version = "1.2.0" [dependencies.libc] version = "0.2.45" [dependencies.nalgebra] version = "0.26" optional = true [dependencies.parking_lot] version = "0.12.1" [dependencies.raylib-sys] version = "5.0.2" [dependencies.serde] version = "1.0.125" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.64" optional = true [dependencies.specs] version = "0.16.1" default-features = false [dependencies.specs-derive] version = "0.4.1" [dev-dependencies.arr_macro] version = "0.1.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.structopt] version = "0.3" [features] custom_frame_control = ["raylib-sys/custom_frame_control"] nalgebra_interop = ["nalgebra"] nightly = [] nogif = ["raylib-sys/nogif"] noscreenshot = ["raylib-sys/noscreenshot"] opengl_21 = ["raylib-sys/opengl_21"] opengl_33 = ["raylib-sys/opengl_33"] opengl_es_20 = ["raylib-sys/opengl_es_20"] wayland = ["raylib-sys/wayland"] with_serde = [ "serde", "serde_json", ]