[package]
edition = "2018"
name = "sola-raylib-sys"
version = "6.1.0"
authors = [
"Brett Chalupa <brett@brettchalupa.com>",
"raylib-rs team <https://github.com/raylib-rs/raylib-rs>",
]
build = "build.rs"
exclude = [
"raylib/examples/*",
"raylib/projects/*",
"raylib/templates/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for raylib. sola-raylib-sys N.x tracks raylib N.x (e.g. 5.x → raylib 5.5; 6.x → raylib 6.0)."
documentation = "https://docs.rs/sola-raylib-sys"
readme = "README.md"
keywords = [
"bindings",
"raylib",
"gamedev",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "Zlib"
repository = "https://github.com/brettchalupa/sola-raylib-rs"
[features]
bindgen = []
custom_frame_control = []
default = ["bindgen"]
nobuild = []
noscreenshot = []
opengl_21 = []
opengl_33 = []
opengl_es_20 = []
opengl_es_30 = []
platform_memory = []
platform_web_rgfw = []
sdl = []
software_render = []
wayland = []
[lib]
name = "sola_raylib_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.cmake]
version = "0.1.51"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"