fna3d-sys

Crates.iofna3d-sys
lib.rsfna3d-sys
version0.1.8
sourcesrc
created_at2020-11-17 12:15:06.16301
updated_at2020-12-06 20:55:27.059015
descriptionRust FFI bindings to FNA3D
homepage
repositoryhttps://github.com/toyboot4e/rust-fna3d
max_upload_size
id313276
size13,308,256
toyboot4e (toyboot4e)

documentation

README

fna3d-sys

Rust FFI bindings to FNA3D generated with bindgen

Note

To compile FNA3D, we need to have mojoshader_version.h in FNA3D/MojoShader. It is generated when we run camke for MojoShader. However, crates.io doesn't allow us to generate the file when we build the crate. Therefore, we carefully publish this crate with cargo publish --allow-dirty, including mojoshader_version.h.

mojoshader_version.h is manually cached in wrappers directory and copied to FNA3D/MojoShader when building.

Commit count: 0

cargo fmt