use newer version of raygui
This commit is contained in:
parent
f5f6cf81b4
commit
7891da6d40
4 changed files with 6 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue