Skip to content

Commit

Permalink
Update to 2023.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarouche committed Feb 25, 2024
1 parent 408c98e commit 1fb453f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# wwise-zig-demo - Demo application of the wwise-zig bindings (2023.1.0)
# wwise-zig-demo - Demo application of the wwise-zig bindings (2023.1.1)

This a port of the Integration Demo from the samples in Zig using [wwise-zig](https://github.com/Cold-Bytes-Games/wwise-zig) and using [zig-gamedev](https://github.com/michal-z/zig-gamedev) `zgui` for the UI rendering.

Expand Down
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.{
.name = "wwise-zig-demo",
.version = "2022.1.10-zig0",
.version = "2023.1.1-zig0",
.paths = .{"."},
.dependencies = .{
.@"wwise-zig" = .{
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/4cab95d06e7a4edd5622c655b1d07def569b99e3.tar.gz",
.hash = "1220607253960e518c26c5671f55a6b7ecc37fe4a61c9188633c1c43a51fa900be07",
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/84495de337e2ce4fcb346cb630a204f1391c1e39.tar.gz",
.hash = "12209cd162e2ce2d4838523e4fd7d37fdeb132801eb08eebac1fe029f003170b483a",
},
.zigwin32 = .{
.url = "https://github.com/marlersoft/zigwin32/archive/6f9ebf17f42aa7b37f466b195159893ed8eae8fc.tar.gz",
Expand Down

0 comments on commit 1fb453f

Please sign in to comment.