build raylib and raygui manually

This commit is contained in:
Fabien Freling 2023-10-15 23:05:24 +02:00 committed by Fabien Freling
parent ba3836fbfb
commit 3e52a42d88
15 changed files with 93 additions and 6384 deletions

View file

@ -1,5 +1,5 @@
pub usingnamespace @cImport({
@cInclude("raylib.h");
@cInclude("raygui.h");
@cInclude("gui_window_file_dialog.h");
@cInclude("examples/custom_file_dialog/gui_window_file_dialog.h");
});