Crates.io | desmume-rs |
lib.rs | desmume-rs |
version | 0.1.1 |
source | src |
created_at | 2023-06-08 20:45:15.414632 |
updated_at | 2023-06-08 22:26:13.313512 |
description | Rust bindings for DeSmuME, the Nintendo DS emulator. |
homepage | |
repository | https://github.com/SkyTemple/desmume-rs |
max_upload_size | |
id | 885712 |
size | 140,469 |
Bindings for the DeSmuME interface.
The desmume-rs
crate contains high level bindings, and the desmume-sys
crate contains the FFI and
links against DeSmuME, see its README for more information.
Note that under Windows binaries that use either desmume-rs
or desmume-sys
need to ship with a SDL2 DLL.
For more information and other dependencies, see the documentation of DeSmuME.
At the time of writing, you may also need to pass the /SAFESEH:NO
linker argument for 32-bit Windows builds in
your crates build script. See the build.rs
of desmume-rs
.
This is not an "official" crate provided by the DeSmuME maintainers, but instead maintained by the SkyTemple project.