[package]
edition = "2018"
name = "bgfx-sys"
version = "0.15.0"
authors = ["Daniel Collin <daniel@collin.com>"]
build = "build.rs"
exclude = [
"web_example",
"bgfx/bindings",
"bgfx/examples",
"bgfx/3rdparty/cgltf",
"bgfx/3rdparty/dear-imgui",
"bgfx/3rdparty/glslang",
"bgfx/3rdparty/fcpp",
"bgfx/3rdparty/glsl-optimizer",
"bgfx/3rdparty/spirv-cross",
"bgfx/3rdparty/spirv-headers",
"bgfx/3rdparty/spirv-tools",
"bgfx/tools",
]
description = "low-level FFI bindings for bgfx"
documentation = "https://docs.rs/bgfx-sys/0.14/bgfx-sys"
readme = "readme.md"
categories = ["rendering::graphics-api"]
license = "BSD-2-Clause"
repository = "https://github.com/emoon/bgfx-sys"
[dependencies]
[dev-dependencies.glam]
version = "0.15"
[dev-dependencies.glfw]
version = "0.41"
[dev-dependencies.raw-window-handle]
version = "0.3"
[build-dependencies.cc]
version = "1.0"
features = ["parallel"]
[features]
bgfx-debug = []
bgfx-single-threaded = []
[badges.maintenance]
status = "looking-for-maintainer"