From 29d505c98e6b24882927347cf24f5736d5f8c849 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 6 Jun 2016 14:34:43 +0200 Subject: Reorganize external libraries - BREAKING CHANGE - Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules. --- src/external/glfw3/lib/linux/libglfw3.a | Bin 0 -> 176482 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/external/glfw3/lib/linux/libglfw3.a (limited to 'src/external/glfw3/lib/linux') diff --git a/src/external/glfw3/lib/linux/libglfw3.a b/src/external/glfw3/lib/linux/libglfw3.a new file mode 100644 index 00000000..84cc1d20 Binary files /dev/null and b/src/external/glfw3/lib/linux/libglfw3.a differ -- cgit v1.2.3