Cargo Features
rustyray-sys has no features set by default.
[dependencies]
rustyray-sys = { version = "0.1.10", features = ["nobuild", "wayland", "opengl_33", "opengl_21", "opengl_es_20", "custom_frame_control", "raylib_shared"] }
- nobuild
-
Build Raylib headless for docs. Up to you to link
- wayland
-
Build for wayland on linux. Should fix #119
- opengl_33
-
OpenGL stuff, intended for fixing #122
- opengl_21
- opengl_es_20
-
opengl_11 = [] I couldn't get this one working, the others were fine in my limited testing (unsure about wayland compatibility)
- custom_frame_control
-
config.h's SUPPORT_CUSTOM_FRAME_CONTROL
-
build raylib as a shared library