Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Jun 28, 2024
1 parent d5e99ec commit f622f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amd-ext-d3d"
version = "0.2.1"
version = "0.3.0"
authors = ["Traverse Research <[email protected]>"]
edition = "2021"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your Cargo.toml:

```toml
[dependencies]
amd-ext-d3d = "0.2.1"
amd-ext-d3d = "0.3.0"
```

While [upstream documentation] details how to embed these calls into existing PIX3 markers (behind a C `#derive`), you get to call them explicitly in Rust:
Expand Down

0 comments on commit f622f7b

Please sign in to comment.