Use windows as default doc target

This commit is contained in:
msiglreith
2019-11-01 11:46:42 +01:00
parent cab411d4a9
commit b721376bba

View File

@@ -19,3 +19,6 @@ 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"