rust-libretro-sys
=================
Raw bindings to the libretro API (generated with bindgen).
[](https://github.com/libretro/RetroArch/blob/b89692c/libretro-common/include/libretro.h)
[](https://github.com/max-m/rust-libretro/actions)
[](https://crates.io/crates/rust-libretro-sys)
[](https://docs.rs/rust-libretro-sys)

Vulkan Support
==============
This package provides optional support for the Vulkan bindings
provided in [`libretro_vulkan.h`](https://github.com/libretro/RetroArch/blob/master/libretro-common/include/libretro_vulkan.h).
Vulkan supported is gated behind the `vulkan` feature.