Initial Commit

This commit is contained in:
maple
2025-11-03 02:11:38 +00:00
commit e6c3ec5406
1235 changed files with 593872 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
prefix=/home/maple/.cache/emscripten/sysroot
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: raylib
Description: A simple and easy-to-use library to enjoy videogames programming
URL: https://github.com/raysan5/raylib
Version: 5.5.0
Libs: -L"${libdir}" -lraylib
Libs.private:
Requires.private:
Cflags: -I"${includedir}"