Skip to content

Commit

Permalink
Prep release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed Dec 17, 2020
1 parent 126d518 commit 18c0247
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions imgui-gfx-renderer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imgui-gfx-renderer"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "gfx renderer for the imgui crate"
Expand All @@ -16,7 +16,7 @@ default = ["opengl"]

[dependencies]
gfx = "0.18"
imgui = { version = "0.6.0", path = "../imgui", features = ["gfx"] }
imgui = { version = "0.6.1", path = "../imgui", features = ["gfx"] }

[target.'cfg(windows)'.build-dependencies]
winapi = { version = "0.3", features = ["d3dcompiler"] }
4 changes: 2 additions & 2 deletions imgui-glium-renderer/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imgui-glium-renderer"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "Glium renderer for the imgui crate"
Expand All @@ -11,4 +11,4 @@ categories = ["gui", "rendering"]

[dependencies]
glium = { version = ">=0.28, < 0.30", default-features = false }
imgui = { version = "0.6.0", path = "../imgui", features = ["glium"] }
imgui = { version = "0.6.1", path = "../imgui", features = ["glium"] }
4 changes: 2 additions & 2 deletions imgui-winit-support/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imgui-winit-support"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "winit support code for the imgui crate"
Expand All @@ -10,7 +10,7 @@ license = "MIT/Apache-2.0"
categories = ["gui"]

[dependencies]
imgui = { version = "0.6.0", path = "../imgui" }
imgui = { version = "0.6.1", path = "../imgui" }
winit-19 = { version = ">= 0.16, < 0.20", package = "winit", optional = true }
winit-20 = { version = ">= 0.20, < 0.22", package = "winit", optional = true }
winit-22 = { version = "0.22", package = "winit", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion imgui/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "imgui"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "High-level Rust bindings to dear imgui"
Expand Down

0 comments on commit 18c0247

Please sign in to comment.