[package]
name = "rustyray-sys"
description = "Low level bindings for raylib"
version = "0.1.15"
edition = "2024"
repository = "https://github.com/wizzymore/rustyray"
exclude = [
"raylib/.github",
"raylib/examples",
"raylib/logo",
"raylib/projects",
"raylib/tools",
]
readme = "README.md"
license.workspace = true
rust-version.workspace = true
[dependencies]
libc = "0.2"
thiserror = "2.0.11"
bitmask-enum = "2.2.5"
[build-dependencies]
cmake = "0.1.54"
fs_extra = "1.3.0"
[features]
default = []
nobuild = []
wayland = []
opengl_33 = []
opengl_21 = []
opengl_es_20 = []
custom_frame_control = []
raylib_shared = []
screen_capture = []