Files
wgpu/Cargo.toml
bors[bot] 0643df040d Merge #20
20: Preparations for 0.3 release r=msiglreith a=kvark

Including:
- rename feature "libstatic" to "implicit-link"
- Debug and constructor implementations for the library structs
- removal of redundant Heap definition

Co-authored-by: Dzmitry Malyshau <dmalyshau@mozilla.com>
2019-11-01 13:17:21 +00:00

28 lines
733 B
TOML

[package]
name = "d3d12"
version = "0.3.0"
authors = [
"msiglreith <m.siglreith@gmail.com>",
"Dzmitry Malyshau <kvarkus@gmail.com>",
]
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 = ["memory-management"]
[features]
implicit-link = []
[dependencies]
bitflags = "1"
libloading = { version = "0.5", optional = true }
[dependencies.winapi]
version = "0.3"
features = ["dxgi1_2","dxgi1_3","dxgi1_4","dxgidebug","d3d12","d3d12sdklayers","d3dcommon","d3dcompiler","dxgiformat","synchapi","winerror"]
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"