| Crates.io | rust-libretro |
| lib.rs | rust-libretro |
| version | 0.3.2 |
| created_at | 2022-02-04 19:48:33.470032+00 |
| updated_at | 2023-02-27 16:57:09.844334+00 |
| description | libretro API abstractions |
| homepage | https://github.com/max-m/rust-libretro/ |
| repository | https://github.com/max-m/rust-libretro/ |
| max_upload_size | |
| id | 527029 |
| size | 416,587 |
A Rust library providing abstractions over the libretro API.
Many of the abstractions lack documentation right now. PRs are welcome!
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