fna3d-sys 0.1.4

Rust FFI bindings to FNA3D
docs.rs failed to build fna3d-sys-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: fna3d-sys-0.1.8

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.