From 178ccf89311539d62fb979a9c1c5606521f6118c Mon Sep 17 00:00:00 2001 From: mlarouche Date: Tue, 27 Aug 2024 09:10:43 -0400 Subject: [PATCH] Update to Wwise 2023.1.6 --- README.md | 2 +- build.zig.zon | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 102148d..b4e8987 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/build.zig.zon b/build.zig.zon index 4dd2570..2ecb978 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -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",