redirect 0.2.1

A light weight, type safe wrapper around the DirectX12 API
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "redirect"
version = "0.2.1"
authors = ["Luxko <luxko@qq.com>"]
description = "A light weight, type safe wrapper around the DirectX12 API"
documentation = "https://daseinphaos.github.io/doc/redirect/"
keywords = ["graphics"]
categories = ["rendering::graphics-api"]
license = "Apache-2.0"
repository = "https://github.com/daseinphaos/redirect"

[[example]]
name = "initialize"
path = "examples/initialize.rs"

[[example]]
name = "triangle"
path = "examples/triangle.rs"
[dependencies.kernel32-sys]
version = "0.2"

[dependencies.d3dcompiler-sys]
version = "0.2"

[dependencies.dxguid-sys]
version = "0.2"

[dependencies.d3d12-sys]
version = "0.2"

[dependencies.smallvec]
version = "0.4"

[dependencies.dxgi-sys]
version = "0.2"

[dependencies.bitflags]
version = "0.9"

[dependencies.winapi]
version = "0.2"
[dev-dependencies.winit]
version = "0.6"