This commit is contained in:
andromeda
2026-01-24 17:07:38 +01:00
commit 0ed50d577b
6 changed files with 186 additions and 0 deletions

8
generate.sh Executable file
View File

@@ -0,0 +1,8 @@
hs-bindgen-cli preprocess \
-Irgfw \
--create-output-dirs \
--overwrite-files \
--hs-output-dir lib \
--module RGFW.Generated \
--clang-option=-DRGFW_OPENGL \
RGFW.h