raylib-sys 5.0.2

Raw FFI bindings for Raylib
Documentation
[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 = []
# Build Raylib headless for docs. Up to you to link
#nobuild = []

# Build for wayland on linux. Should fix #119
wayland = []

# OpenGL stuff, intended for fixing #122
opengl_33 = []
opengl_21 = []
# opengl_11 = [] I couldn't get this one working, the others were fine in my limited testing (unsure about wayland compatibility)
opengl_es_20 = []

# Allow disabling screenshots and gifs on f12
noscreenshot = []
nogif = []

# config.h's SUPPORT_CUSTOM_FRAME_CONTROL
custom_frame_control = []