You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nat3Github yes, it should, I always work with raylib and raygui master branches
nat3Github
changed the title
Does this work with the master branch of raylib?
Does this work with the master branch of raylib? - Zig Compilation Error
Jul 23, 2024
Zig compiles raygui.h using clang. Clang compiles c header files differently than it does normal c files. So you will get a compile error compiling raygui.h with zig in the normal way. See ziglang/zig#19423
Does this work with the master branches of raylib?
in zig I'm pulling from raylib and raygui master and get compile Errors inside an cImport.
The text was updated successfully, but these errors were encountered: