bgfx-sys 0.15.0

low-level FFI bindings for bgfx
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"