Skip to content

Latest commit

 

History

History

rust-libretro

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

rust-libretro

A Rust library providing abstractions over the libretro API.

Build status Latest version Documentation License

Many of the abstractions lack documentation right now. PRs are welcome!

Examples

The following examples are available:

To build and run an example you can use the following commands:

# You might also want to add `--release`
cargo build --example <NAME> --features="unstable-env-commands log"

# adapt according to your target
retroarch -v -L ../target/debug/examples/lib<NAME>.so