[package]
name = "raylib-sys"
version = "5.5.0"
authors = ["raylib-rs team <https://github.com/raylib-rs/raylib-rs>"]
license = "Zlib"
description = "Raw FFI bindings for Raylib"
documentation = "https://docs.rs/raylib-sys"
repository = "https://github.com/raylib-rs/raylib-rs"
keywords = ["bindings", "raylib", "gamedev", "ffi"]
categories = ["external-ffi-bindings"]
edition = "2018"
exclude = ["raylib/examples/*", "raylib/projects/*", "raylib/templates/*"]
[dependencies]
imgui = { version = "0.12.0", optional = true, features = [] }
imgui-sys = { version = "0.12.0", optional = true }
[build-dependencies]
cmake = "0.1.51"
cc = "1.0"
bindgen = "0.70"
[features]
nobuild = []
bindgen = []
wayland = []
default = ["bindgen"]
opengl_33 = []
opengl_21 = []
opengl_es_20 = []
opengl_es_30 = []
sdl = []
noscreenshot = []
nogif = []
custom_frame_control = []
imgui = ["dep:imgui", "dep:imgui-sys"]