Skip to content

Commit

Permalink
Update to Wwise 2022.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarouche committed May 28, 2024
1 parent f9f18ef commit 48079f4
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 (2022.1.10)
# wwise-zig-demo - Demo application of the wwise-zig bindings (2022.1.13)

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-zig1",
.version = "2022.1.13-zig0",
.paths = .{"."},
.dependencies = .{
.@"wwise-zig" = .{
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/4888fd81f3a905c7bb1cc5d91547503dbc0b3e1b.tar.gz",
.hash = "1220c3d6669d36b3c0b72aa6946acdf656034d8c90e5ff8f0a10cf704513c3d03bb9",
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/0b778cf0b8f26aa120415231052eba163a3e6785.tar.gz",
.hash = "1220b14c828957336c05f9d40e1936f4c3be956d4ac9555246d76a1bec94329df067",
},
.zigwin32 = .{
.url = "https://github.com/marlersoft/zigwin32/archive/6f9ebf17f42aa7b37f466b195159893ed8eae8fc.tar.gz",
Expand Down

0 comments on commit 48079f4

Please sign in to comment.