Skip to content

Commit

Permalink
Update to Wwise 2024.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlarouche committed Jan 28, 2025
1 parent 794ff40 commit 7feb7e8
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 (2024.1.0)
# wwise-zig-demo - Demo application of the wwise-zig bindings (2024.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 = "2024.1.0-zig0",
.version = "2024.1.1-zig0",
.paths = .{"."},
.dependencies = .{
.@"wwise-zig" = .{
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/1818bb6dc626f6f0d360ef1d7a8513682a72f17d.tar.gz",
.hash = "1220adfe05e141672ab105293c3227153555d79e295e1cce707979859f33b7f954b1",
.url = "https://github.com/Cold-Bytes-Games/wwise-zig/archive/bb6fd39899badfbd43a948a96b12a6880f59d8ea.tar.gz",
.hash = "1220398897933aa5be397c930daa6c26c937ea228555cf893ec63a31509914d42f95",
},
.zgui = .{
.path = "vendor/zgui",
Expand Down

0 comments on commit 7feb7e8

Please sign in to comment.