Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Polytonic committed Nov 28, 2016
1 parent 8b686e1 commit b4b7ea0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Glitter/Vendor/assimp
Submodule assimp updated 482 files
2 changes: 1 addition & 1 deletion Glitter/Vendor/bullet
Submodule bullet updated 430 files
2 changes: 1 addition & 1 deletion Glitter/Vendor/glfw
Submodule glfw updated 84 files
+1 −1 .gitignore
+24 −5 CMake/modules/FindMir.cmake
+18 −0 CMake/modules/FindOSMesa.cmake
+7 −0 CMake/modules/FindVulkan.cmake
+42 −25 CMakeLists.txt
+30 −2 README.md
+137 −14 deps/glad.c
+527 −367 deps/glad/glad.h
+21,528 −0 deps/nuklear.h
+350 −0 deps/nuklear_glfw_gl2.h
+1,048 −0 deps/stb_image_write.h
+3 −1 deps/tinycthread.h
+7 −7 deps/vulkan/vk_platform.h
+299 −11 deps/vulkan/vulkan.h
+3 −1 docs/Doxyfile.in
+11 −11 docs/build.dox
+11 −9 docs/compat.dox
+18 −5 docs/compile.dox
+1 −1 docs/context.dox
+12 −1 docs/input.dox
+29 −5 docs/news.dox
+1 −1 docs/quick.dox
+24 −2 docs/vulkan.dox
+51 −2 docs/window.dox
+9 −2 examples/CMakeLists.txt
+171 −0 examples/offscreen.c
+6 −2 examples/particles.c
+2 −2 examples/simple.c
+284 −113 include/GLFW/glfw3.h
+61 −1 include/GLFW/glfw3native.h
+6 −0 src/CMakeLists.txt
+120 −120 src/cocoa_init.m
+23 −23 src/cocoa_joystick.m
+71 −22 src/cocoa_monitor.m
+18 −3 src/cocoa_platform.h
+1 −1 src/cocoa_time.c
+130 −34 src/cocoa_window.m
+3 −0 src/egl_context.c
+1 −0 src/egl_context.h
+2 −0 src/glfw_config.h.in
+31 −18 src/input.c
+34 −10 src/internal.h
+17 −17 src/linux_joystick.c
+134 −124 src/mir_init.c
+6 −6 src/mir_monitor.c
+14 −8 src/mir_platform.h
+130 −68 src/mir_window.c
+3 −1 src/monitor.c
+1 −1 src/nsgl_context.h
+16 −8 src/nsgl_context.m
+367 −0 src/osmesa_context.c
+98 −0 src/osmesa_context.h
+54 −0 src/osmesa_init.c
+67 −0 src/osmesa_monitor.c
+65 −0 src/osmesa_platform.h
+303 −0 src/osmesa_window.c
+60 −44 src/vulkan.c
+133 −128 src/win32_init.c
+38 −38 src/win32_joystick.c
+3 −2 src/win32_platform.h
+32 −37 src/win32_window.c
+17 −0 src/window.c
+256 −162 src/wl_init.c
+14 −7 src/wl_monitor.c
+10 −7 src/wl_platform.h
+33 −36 src/wl_window.c
+38 −12 src/x11_init.c
+9 −3 src/x11_platform.h
+112 −87 src/x11_window.c
+10 −7 tests/CMakeLists.txt
+0 −7 tests/clipboard.c
+66 −12 tests/cursor.c
+18 −9 tests/events.c
+70 −102 tests/gamma.c
+10 −5 tests/glfwinfo.c
+9 −1 tests/iconify.c
+108 −109 tests/joysticks.c
+15 −7 tests/monitors.c
+85 −31 tests/msaa.c
+93 −48 tests/reopen.c
+175 −97 tests/sharing.c
+68 −10 tests/tearing.c
+8 −0 tests/threads.c
+288 −243 tests/vulkan.c
2 changes: 1 addition & 1 deletion Glitter/Vendor/glm
Submodule glm updated 1004 files
2 changes: 1 addition & 1 deletion Glitter/Vendor/stb

0 comments on commit b4b7ea0

Please sign in to comment.