rusty-d3d12 0.5.2

Low-level D3D12 bindings for Rust.
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 = "2021"
name = "rusty-d3d12"
version = "0.5.2"
authors = ["Andrey Pushkar <andrey.s.pushkar@gmail.com>"]
exclude = ["/assets", "/extern"]
description = "Low-level D3D12 bindings for Rust."
keywords = ["d3d", "d3d12", "directx12", "directx", "dxgi"]
categories = ["rendering::graphics-api", "graphics", "game-development", "multimedia", "api-bindings"]
license = "MIT"
repository = "https://github.com/curldivergence/rusty-d3d12"
resolver = "2"
[package.metadata.docs.rs]
features = ["log_ref_counting", "pix", "debug_callback"]
targets = ["x86_64-pc-windows-msvc"]
[dependencies.bitflags]
version = "1.2.1"

[dependencies.hassle-rs]
version = "0.3"

[dependencies.log]
version = "0.4.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.widestring]
version = "0.4"

[dependencies.winapi]
version = "0.3"
features = ["winuser", "debugapi", "winbase"]
[dev-dependencies.cgmath]
version = "0.17"
features = ["swizzle"]

[dev-dependencies.clap]
version = "2.33"

[dev-dependencies.colorsys]
version = "0.6.3"

[dev-dependencies.hassle-rs]
version = "0.3"

[dev-dependencies.memoffset]
version = "0.5"

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.simple_logger]
version = "1.6"

[dev-dependencies.tobj]
version = "2.0.4"

[dev-dependencies.widestring]
version = "0.4"

[dev-dependencies.winit]
version = "0.24"
[build-dependencies.bindgen]
version = "0.59"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.regex]
version = "1"

[features]
debug_callback = []
default = []
devel = ["pix"]
log_ref_counting = []
pix = []