diff options
author | LucaSas <sas.luca.alex@gmail.com> | 2021-11-04 16:14:58 +0200 |
---|---|---|
committer | LucaSas <sas.luca.alex@gmail.com> | 2021-11-04 16:14:58 +0200 |
commit | d96b4ebce5ee6245fa80d27d41b67aa56555c912 (patch) | |
tree | f28cb388a14c4bd9da8f4b57b213eb1539fc5367 /libs/raylib/src/raylib.rc | |
parent | 6bcb1207addb4afe041c94e68e23c77175164956 (diff) | |
download | gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.tar.gz gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.tar.bz2 gamejam-slgj-2024-d96b4ebce5ee6245fa80d27d41b67aa56555c912.zip |
Changed the template to now download raylib instead of having it in the repo.
Diffstat (limited to 'libs/raylib/src/raylib.rc')
-rw-r--r-- | libs/raylib/src/raylib.rc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/libs/raylib/src/raylib.rc b/libs/raylib/src/raylib.rc deleted file mode 100644 index 0ccf32e..0000000 --- a/libs/raylib/src/raylib.rc +++ /dev/null @@ -1,27 +0,0 @@ -GLFW_ICON ICON "raylib.ico" - -1 VERSIONINFO -FILEVERSION 3,0,0,0 -PRODUCTVERSION 3,0,0,0 -BEGIN - BLOCK "StringFileInfo" - BEGIN - //BLOCK "080904E4" // English UK - BLOCK "040904E4" // English US - BEGIN - //VALUE "CompanyName", "raylib technologies" - VALUE "FileDescription", "raylib application (www.raylib.com)" - VALUE "FileVersion", "3.0.0" - VALUE "InternalName", "raylib app" - VALUE "LegalCopyright", "(c) 2020 Ramon Santamaria (@raysan5)" - //VALUE "OriginalFilename", "raylib_app.exe" - VALUE "ProductName", "raylib app" - VALUE "ProductVersion", "3.0.0" - END - END - BLOCK "VarFileInfo" - BEGIN - //VALUE "Translation", 0x809, 1252 // English UK - VALUE "Translation", 0x409, 1252 // English US - END -END |