7
0
mirror of https://gitlab.com/raylibtemplates/rt.git synced 2026-06-23 00:45:12 -04:00

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=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@libdir_for_pc_file@
includedir=@includedir_for_pc_file@
Name: raylib
Description: A simple and easy-to-use library to enjoy videogames programming
URL: https://github.com/raysan5/raylib
Version: @PROJECT_VERSION@
Libs: -L"${libdir}" -lraylib @PKG_CONFIG_LIBS_EXTRA@
Libs.private: @PKG_CONFIG_LIBS_PRIVATE@
Requires.private: @GLFW_PKG_DEPS@
Cflags: -I"${includedir}"