rust-raylib

Crates.iorust-raylib
lib.rsrust-raylib
version0.45.11
sourcesrc
created_at2023-09-11 18:18:46.80853
updated_at2024-04-10 14:49:36.638954
descriptionUnsafe bindings for Raylib 4.5 and safe wrappers for them.
homepagehttps://github.com/Solar-Falcon/rust-raylib
repositoryhttps://github.com/Solar-Falcon/rust-raylib
max_upload_size
id969919
size13,710,747
(Solar-Falcon)

documentation

https://docs.rs/rust-raylib

README

rust-raylib

Unsafe bindings for raylib and safe wrappers for them. Currently targets raylib 4.5.

Some features (like logging and text formatting) are excluded from the wrappers, because there are more safe and idiomatic solutions available for them.

The minor version of the crate follows raylib's major and minor versions (i.e. 0.45.X for raylib 4.5) It will only be increased when updated to a new raylib version. The patch version is increased when new fixes and/or improvements are introduced. They may contain breaking changes!

Cargo features

  • serde: serde support for most types.
  • rl-opengl-***: force raylib to use a specific GL version. If none are selected, raylib will choose on its own.
Commit count: 35

cargo fmt