Rust bindings to the sokol header-only, cross-platform libraries.
This crate provides access to sokol_gfx
(3D-API wrapper), sokol_app
(application framework wrapper), sokol_time
(time measurement) and sokol_audio
(buffer-streaming audio playback). It can serve as an easy-to-use, lean, almost dependency-free entry point to create a graphics or game application.