Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix repo URL of d3d12 crate #6157

Merged
merged 2 commits into from
Aug 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
point repo url to final release tag
LastExceed committed Aug 25, 2024
commit 590f52033bcb2fe50f33915c99a0f99b9b7bfafe
2 changes: 1 addition & 1 deletion d3d12/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"