From 29f040716c951c823d126d68568f6735bff81cdb Mon Sep 17 00:00:00 2001 From: azhn Date: Fri, 3 Jan 2025 17:47:50 +1100 Subject: [PATCH 1/2] Fix cimgui version string to match pkg/cimgui/vendor/ and the upstream version --- pkg/cimgui/build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cimgui/build.zig.zon b/pkg/cimgui/build.zig.zon index 9d537c79a..2f2c9cfa0 100644 --- a/pkg/cimgui/build.zig.zon +++ b/pkg/cimgui/build.zig.zon @@ -1,10 +1,10 @@ .{ .name = "cimgui", - .version = "1.89.9", + .version = "1.90.6", // -docking branch .paths = .{""}, .dependencies = .{ // This should be kept in sync with the submodule in the cimgui source - // code to be safe that they're compatible. + // code in ./vendor/ to be safe that they're compatible. .imgui = .{ .url = "https://github.com/ocornut/imgui/archive/e391fe2e66eb1c96b1624ae8444dc64c23146ef4.tar.gz", .hash = "1220bc6b9daceaf7c8c60f3c3998058045ba0c5c5f48ae255ff97776d9cd8bfc6402", From 65a0fa4f35c221d11ea1c0aa3787aff07e176d0e Mon Sep 17 00:00:00 2001 From: azhn Date: Fri, 3 Jan 2025 18:20:36 +1100 Subject: [PATCH 2/2] Fix: Update pkg/simdutf/build.zig.zon to match vendored version --- pkg/simdutf/build.zig.zon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/simdutf/build.zig.zon b/pkg/simdutf/build.zig.zon index 07afe182c..63c5f41b5 100644 --- a/pkg/simdutf/build.zig.zon +++ b/pkg/simdutf/build.zig.zon @@ -1,6 +1,6 @@ .{ .name = "simdutf", - .version = "4.0.9", + .version = "5.2.8", .paths = .{""}, .dependencies = .{ .apple_sdk = .{ .path = "../apple-sdk" },