Skip to content

Commit 56ed809

Browse files
committed
zgui: Bumped version number.
1 parent d2e41ef commit 56ed809

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libs/zgui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zgui v0.9.5 - dear imgui bindings
1+
# zgui v0.9.6 - dear imgui (1.89.4) bindings
22

33
Easy to use, hand-crafted API with default arguments, named parameters and Zig style text formatting. For a test application please see [here](https://github.com/michal-z/zig-gamedev/tree/main/samples/gui_test_wgpu).
44

libs/zgui/src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// named parameters and Zig style text formatting.
55
//
66
//--------------------------------------------------------------------------------------------------
7-
pub const version = @import("std").SemanticVersion{ .major = 0, .minor = 9, .patch = 5 };
7+
pub const version = @import("std").SemanticVersion{ .major = 0, .minor = 9, .patch = 6 };
88

99
pub usingnamespace @import("gui.zig");
1010
pub const plot = @import("plot.zig");

0 commit comments

Comments
 (0)