Skip to content

Commit

Permalink
Update to Wwise 2023.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarouche committed Aug 27, 2024
1 parent 790604a commit 178ccf8
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.5)
# wwise-zig-demo - Demo application of the wwise-zig bindings (2023.1.6)

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 = "2023.1.5-zig0",
.version = "2023.1.6-zig0",
.paths = .{"."},
.dependencies = .{
.@"wwise-zig" = .{
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/840b9b34a18b97754e6c535d07f86ccbfec86183.tar.gz",
.hash = "1220adb0b295d6ec9c9def87e2aa3f63e1d46fa477a6562744140372b3cc994f6c70",
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/d42537728291af8f06da6e00927448bfe7b89759.tar.gz",
.hash = "12205a089913802ea913a8c371252b9995a3a9f733026c6db959748f99e645522ed8",
},
.zgui = .{
.path = "vendor/zgui",
Expand Down

0 comments on commit 178ccf8

Please sign in to comment.