Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Feb 1, 2021
1 parent a9da796 commit 80bca20
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 = "imgui-wgpu"
version = "0.13.0"
version = "0.13.1"
authors = ["Noah Hüsser <yatekii@yatekii.ch>", "Connor Fitzgerald <connorwadefitzgerald@gmail.com>", "Steven Wittens <steven@acko.net>"]
edition = "2018"
description = "A wgpu render backend for imgui-rs."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ cargo run --release --example hello_world

# Status

Basic features are useable. Uses `wgpu-0.6.0` and `imgui-0.6.0` upstream. `winit-0.24` is used with the examples.
Basic features are useable. Uses `wgpu-0.7.0` and `imgui-0.6.0` upstream. `winit-0.24` is used with the examples.

Contributions are very welcome.

0 comments on commit 80bca20

Please # to comment.