Skip to content

Commit

Permalink
use a custom lightweight raylib version instead of raylib as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tm committed Mar 8, 2024
1 parent 30b8419 commit 195c10f
Show file tree
Hide file tree
Showing 154 changed files with 298,854 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Expand Up @@ -39,7 +39,6 @@ $(BUILDDIR)/%.o: $(SRCDIR)/%.c
$(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -c $< -o $@

setup:
git submodule update --init
make $(MAKEFLAGS) -C lib/raylib/src
mkdir -p $(BUILDDIR)

Expand Down
1 change: 0 additions & 1 deletion lib/raylib
Submodule raylib deleted from 25caf1
16 changes: 16 additions & 0 deletions lib/raylib/LICENSE
@@ -0,0 +1,16 @@
Copyright (c) 2013-2023 Ramon Santamaria (@raysan5)

This software is provided "as-is", without any express or implied warranty. In no event
will the authors be held liable for any damages arising from the use of this software.

Permission is granted to anyone to use this software for any purpose, including commercial
applications, and to alter it and redistribute it freely, subject to the following restrictions:

1. The origin of this software must not be misrepresented; you must not claim that you
wrote the original software. If you use this software in a product, an acknowledgment
in the product documentation would be appreciated but is not required.

2. Altered source versions must be plainly marked as such, and must not be misrepresented
as being the original software.

3. This notice may not be removed or altered from any source distribution.
2 changes: 2 additions & 0 deletions lib/raylib/src/.gitignore
@@ -0,0 +1,2 @@
libraylib.a
*.o

0 comments on commit 195c10f

Please sign in to comment.