fna3d-sys 0.1.8

Rust FFI bindings to FNA3D
Documentation
[package]
name = "fna3d-sys"
version = "0.1.8"
authors = ["toyboot4e <toyboot4e@gmail.com>"]
description = "Rust FFI bindings to FNA3D"
repository = "https://github.com/toyboot4e/rust-fna3d"
readme = "README.md"
keywords = ["graphics", "library", "gamedev"]
edition = "2018"
license = "MIT"
categories = ["game-engines"]

# https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key
links = "fna3d"

[lib]
name = "fna3d_sys"

[build-dependencies]
bindgen = "0.55.1"
cmake = "0.1"