Skip to content

Commit 8a913ed

Browse files
committed
Publish 0.11.1
1 parent 4324529 commit 8a913ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99

1010
[package]
1111
name = "skulpin"
12-
version = "0.11.0"
12+
version = "0.11.1"
1313
authors = ["Philip Degarmo <[email protected]>"]
1414
edition = "2018"
1515
description = "This crate provides an easy option for drawing hardware-accelerated 2D by combining Vulkan and Skia."
@@ -77,4 +77,4 @@ sdl2 = { version = ">=0.33", features = ["bundled", "static-link"] }
7777
# Used for the imgui example only
7878
imgui = "0.5"
7979
imgui-winit-support = "0.5"
80-
skulpin-plugin-imgui = { version = "0.6", path = "skulpin-plugin-imgui"}
80+
skulpin-plugin-imgui = { version = "0.7", path = "skulpin-plugin-imgui"}

0 commit comments

Comments
 (0)