Fix repo URL of d3d12 crate (#6157)

* point repo url to final release tag

* add disclaimer to README
This commit is contained in:
LastExceed 2024-08-26 18:55:46 +02:00 committed by GitHub
parent 5c5c8b1d4d
commit c746c90ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 2 deletions

View File

@ -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"

View File

@ -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)