Closed msg-programs closed 5 months ago
I apologize, I've been doing a lot of work on pixi and my other projects lately and in the effort to get them all updated to 2024.5.0-mach
, I missed updating zig-imgui
in the build.zig.zon
. If you pull the latest commit now on the main branch, can you tell me if it builds? (zig build run
, dawn on windows)
It builds now. Thanks for the quick fix; no need to apologize!
No branch of pixi builds for me, for one reason or another. Here's what I've tried:
Result:
Checking out
2024.5.0-mach
,origin/2024.5.0-mach
ororigin/master
with-f
and building again yield the same error.-f
is sometimes needed as on some branches, git detects changes insrc/animations.zig
andsrc/assets.zig
without me changing anything.Checking out
0.1.0
with-f
and building again yields:This seems to be a case of zig being too new.
Checking out
appdelegate
ororigin/appdelegate
with-f
and building again yields:This is probably some test branch that isn't supposed to be built.
Is this a case of user error or are none of the branches currently ready to be built? Let me know if more info is needed. Thanks in advance!