Skip to content

Commit

Permalink
Fixed spelling mistake in URL of d3d12
Browse files Browse the repository at this point in the history
  • Loading branch information
codefionn authored and Wumpf committed Aug 14, 2024
1 parent 92ecafe commit 273c2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wgpu-hal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ platform graphics APIs:
[`ash`]: https://crates.io/crates/ash
[MoltenVK]: https://github.com/KhronosGroup/MoltenVK
[`metal`]: https://crates.io/crates/metal
[`d3d12`]: ahttps://crates.io/crates/d3d12
[`d3d12`]: https://crates.io/crates/d3d12

## Secondary backends

Expand Down
2 changes: 1 addition & 1 deletion wgpu-hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
//! [`ash`]: https://crates.io/crates/ash
//! [MoltenVK]: https://github.com/KhronosGroup/MoltenVK
//! [`metal`]: https://crates.io/crates/metal
//! [`d3d12`]: ahttps://crates.io/crates/d3d12
//! [`d3d12`]: https://crates.io/crates/d3d12
//!
//! ## Secondary backends
//!
Expand Down

0 comments on commit 273c2c4

Please sign in to comment.