We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01102e7 commit a5e07d2Copy full SHA for a5e07d2
CHANGES.md
@@ -1,6 +1,6 @@
1
# Changes
2
3
-## Unreleased
+## 0.2.3 (Unreleased)
4
5
* Removed `Result` return values from functions that always returned `Ok(())`
6
Cargo.toml
[package]
name = "vk-mem"
-version = "0.2.2"
+version = "0.2.3"
authors = ["Graham Wihlidal <[email protected]>"]
description = "Rust ffi bindings and idiomatic wrapper for AMD Vulkan Memory Allocator (VMA)"
homepage = "https://github.com/gwihlidal/vk-mem-rs"
README.md
@@ -137,7 +137,7 @@ Add this to your `Cargo.toml`:
137
138
```toml
139
[dependencies]
140
-vk-mem = "0.2.2"
+vk-mem = "0.2.3"
141
```
142
143
and add this to your crate root:
0 commit comments