mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
29 lines
839 B
TOML
29 lines
839 B
TOML
|
[package]
|
||
|
name = "d3d12"
|
||
|
version = "0.7.0"
|
||
|
authors = [
|
||
|
"gfx-rs developers",
|
||
|
]
|
||
|
description = "Low level D3D12 API wrapper"
|
||
|
repository = "https://github.com/gfx-rs/d3d12-rs"
|
||
|
keywords = ["windows", "graphics"]
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
documentation = "https://docs.rs/d3d12"
|
||
|
categories = ["api-bindings", "graphics", "memory-management", "os::windows-apis"]
|
||
|
edition = "2018"
|
||
|
|
||
|
[features]
|
||
|
implicit-link = []
|
||
|
|
||
|
[dependencies]
|
||
|
bitflags = "2"
|
||
|
# libloading 0.8 switches from `winapi` to `windows-sys`; permit either
|
||
|
libloading = { version = ">=0.7,<0.9", optional = true }
|
||
|
|
||
|
[dependencies.winapi]
|
||
|
version = "0.3"
|
||
|
features = ["dxgi1_2","dxgi1_3","dxgi1_4","dxgi1_5","dxgi1_6","dxgidebug","d3d12","d3d12sdklayers","d3dcommon","d3dcompiler","dxgiformat","synchapi","winerror"]
|
||
|
|
||
|
[package.metadata.docs.rs]
|
||
|
default-target = "x86_64-pc-windows-msvc"
|