[package]
name = "raylib-sys"
version = "5.0.2"
authors = ["DeltaPHC <phclem@protonmail.com>"]
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/*"]
[build-dependencies]
fs_extra = "1.2"
cmake = "0.1.49"
cc = "1.0"
bindgen = "0.69.0"
[features]
default = []
wayland = []
opengl_33 = []
opengl_21 = []
opengl_es_20 = []
noscreenshot = []
nogif = []
custom_frame_control = []