rust-libretro

Crates.iorust-libretro
lib.rsrust-libretro
version0.3.2
sourcesrc
created_at2022-02-04 19:48:33.470032
updated_at2023-02-27 16:57:09.844334
descriptionlibretro API abstractions
homepagehttps://github.com/max-m/rust-libretro/
repositoryhttps://github.com/max-m/rust-libretro/
max_upload_size
id527029
size416,587
Maximilian Mader (max-m)

documentation

https://docs.rs/rust-libretro/

README

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
Commit count: 70

cargo fmt