We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e0267 commit b92f7ccCopy full SHA for b92f7cc
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gpu-allocator"
3
-version = "0.20.0"
+version = "0.21.0"
4
authors = ["Traverse Research <[email protected]>"]
5
edition = "2018"
6
license = "MIT OR Apache-2.0"
README.md
@@ -12,7 +12,7 @@
12
13
```toml
14
[dependencies]
15
-gpu-allocator = "0.20.0"
+gpu-allocator = "0.21.0"
16
```
17
18
This crate provides a fully written in Rust memory allocator for Vulkan and DirectX 12.
README.tpl
{{readme}}
0 commit comments