1
raylib-ffi/Cargo.toml
2022-12-09 11:11:54 -05:00

28 lines
718 B
TOML

[package]
name = "renderkit"
version = "4.2.0"
authors = ["Evan Pratten <ewpratten@gmail.com>"]
edition = "2021"
description = "Automatic raw Rust bindings to raylib"
documentation = "https://docs.rs/renderkit"
readme = "README.md"
homepage = "https://github.com/ewpratten/renderkit"
repository = "https://github.com/ewpratten/renderkit"
license = "GPL-3.0"
keywords = ["raylib", "graphics"]
categories = ["external-ffi-bindings", "graphics", "multimedia", "rendering"]
exclude = [
"third_party/raylib/examples/*",
"third_party/raylib/parser/*",
"third_party/raylib/logo/*",
"third_party/raylib/projects/*"
]
[dependencies]
rgb = "^0.8.34"
[build-dependencies]
bindgen = "^0.63.0"
cmake = "^0.1.49"