Cargo Features

[dependencies]
sola-raylib = { version = "6.2.0", default-features = false, features = ["with_serde", "wayland", "convert_mint", "custom_frame_control", "opengl_33", "opengl_21", "opengl_es_20", "opengl_es_30", "sdl", "noscreenshot", "software_render", "platform_memory", "platform_web_rgfw", "nobuild", "bindgen"] }
default = bindgen

The bindgen feature is set by default whenever sola-raylib is added without default-features = false somewhere in the dependency tree.

with_serde = serde, serde_json
wayland

Enables wayland of sola-raylib-sys

convert_mint = mint
custom_frame_control

Enables custom_frame_control of sola-raylib-sys

opengl_33

Enables opengl_33 of sola-raylib-sys

opengl_21

Enables opengl_21 of sola-raylib-sys

opengl_es_20

Enables opengl_es_20 of sola-raylib-sys

opengl_es_30

Enables opengl_es_30 of sola-raylib-sys

sdl

Enables sdl of sola-raylib-sys

noscreenshot

Enables noscreenshot of sola-raylib-sys

software_render

Enables software_render of sola-raylib-sys

platform_memory

Enables platform_memory of sola-raylib-sys

platform_web_rgfw

Enables platform_web_rgfw of sola-raylib-sys

nobuild

Enables nobuild of sola-raylib-sys

bindgen default

Enables bindgen of sola-raylib-sys

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde with_serde?
serde_json with_serde?
mint convert_mint?