mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-23 23:34:29 +00:00
Fix repo URL of d3d12
crate (#6157)
* point repo url to final release tag * add disclaimer to README
This commit is contained in:
parent
5c5c8b1d4d
commit
c746c90ac0
@ -3,7 +3,7 @@ name = "d3d12"
|
||||
version = "22.0.0"
|
||||
authors = ["gfx-rs developers"]
|
||||
description = "Low level D3D12 API wrapper"
|
||||
repository = "https://github.com/gfx-rs/wgpu/tree/trunk/d3d12"
|
||||
repository = "https://github.com/gfx-rs/wgpu/tree/d3d12-v22.1.1/d3d12"
|
||||
keywords = ["windows", "graphics"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
documentation = "https://docs.rs/d3d12"
|
||||
|
@ -1,3 +1,6 @@
|
||||
## DEPRECATED
|
||||
This crate is discontinued (see [#5956](https://github.com/gfx-rs/wgpu/pull/5956)). It may or may not be revived at some point in the future, but for now its usage is discouraged.
|
||||
|
||||
# d3d12-rs
|
||||
[![Crates.io](https://img.shields.io/crates/v/d3d12.svg)](https://crates.io/crates/d3d12)
|
||||
[![Docs.rs](https://docs.rs/d3d12/badge.svg)](https://docs.rs/d3d12)
|
||||
|
Loading…
Reference in New Issue
Block a user