use newer version of raygui

This commit is contained in:
Fabien Freling 2022-03-28 13:48:40 +02:00
parent f5f6cf81b4
commit 7891da6d40
4 changed files with 6 additions and 1 deletions

View file

@ -4,7 +4,7 @@ const ray = @cImport({
});
const raygui = @cImport({
@cDefine("RAYGUI_IMPLEMENTATION", {});
@cInclude("extras/raygui.h");
@cInclude("raygui.h");
});
pub fn main() anyerror!void {