[package]
edition = "2018"
name = "sola-raylib"
version = "6.1.0"
authors = [
"Brett Chalupa <brett@brettchalupa.com>",
"raylib-rs team <https://github.com/raylib-rs/raylib-rs>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for raylib. sola-raylib N.x tracks raylib N.x (e.g. 5.x → raylib 5.5; 6.x → raylib 6.0)."
documentation = "https://docs.rs/sola-raylib"
readme = "README.md"
keywords = [
"bindings",
"raylib",
"gamedev",
]
categories = [
"api-bindings",
"game-engines",
"graphics",
]
license = "Zlib"
repository = "https://github.com/brettchalupa/sola-raylib"
[features]
bindgen = ["raylib-sys/bindgen"]
convert_mint = ["mint"]
custom_frame_control = ["raylib-sys/custom_frame_control"]
default = ["bindgen"]
nobuild = ["raylib-sys/nobuild"]
noscreenshot = ["raylib-sys/noscreenshot"]
opengl_21 = ["raylib-sys/opengl_21"]
opengl_33 = ["raylib-sys/opengl_33"]
opengl_es_20 = ["raylib-sys/opengl_es_20"]
opengl_es_30 = ["raylib-sys/opengl_es_30"]
platform_memory = ["raylib-sys/platform_memory"]
platform_web_rgfw = ["raylib-sys/platform_web_rgfw"]
sdl = ["raylib-sys/sdl"]
software_render = ["raylib-sys/software_render"]
wayland = ["raylib-sys/wayland"]
with_serde = [
"serde",
"serde_json",
]
[lib]
name = "sola_raylib"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.mint]
version = "0.5.9"
optional = true
[dependencies.paste]
version = "1.0"
[dependencies.raylib-sys]
version = "6.1.0"
package = "sola-raylib-sys"
[dependencies.seq-macro]
version = "0.3.5"
[dependencies.serde]
version = "1.0.125"
features = ["derive"]
optional = true
[dependencies.serde_json]
version = "1.0.64"
optional = true
[dependencies.thiserror]
version = "2"
[dev-dependencies.rand]
version = "0.10"
[dev-dependencies.structopt]
version = "0.3"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"