Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jul 16, 2023
1 parent 42319d9 commit d5f468a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/cglm
Submodule cglm updated 71 files
+4 βˆ’1 CMakeLists.txt
+14 βˆ’2 Makefile.am
+1 βˆ’1 configure.ac
+3 βˆ’0 docs/source/api_inline_array.rst
+31 βˆ’0 docs/source/mat2x3.rst
+31 βˆ’0 docs/source/mat2x4.rst
+30 βˆ’0 docs/source/mat3x2.rst
+11 βˆ’0 docs/source/quat.rst
+10 βˆ’0 docs/source/vec2.rst
+11 βˆ’0 docs/source/vec3.rst
+10 βˆ’0 docs/source/vec4.rst
+1 βˆ’0 include/cglm/affine-mat.h
+1 βˆ’1 include/cglm/bezier.h
+3 βˆ’0 include/cglm/call.h
+23 βˆ’0 include/cglm/call/mat2x3.h
+23 βˆ’0 include/cglm/call/mat2x4.h
+23 βˆ’0 include/cglm/call/mat3x2.h
+4 βˆ’0 include/cglm/call/quat.h
+4 βˆ’0 include/cglm/call/vec2.h
+4 βˆ’0 include/cglm/call/vec3.h
+4 βˆ’0 include/cglm/call/vec4.h
+3 βˆ’0 include/cglm/cglm.h
+45 βˆ’0 include/cglm/mat2x3.h
+47 βˆ’0 include/cglm/mat2x4.h
+46 βˆ’0 include/cglm/mat3x2.h
+14 βˆ’0 include/cglm/quat.h
+3 βˆ’0 include/cglm/struct.h
+90 βˆ’0 include/cglm/struct/affine-mat.h
+1 βˆ’0 include/cglm/struct/affine.h
+46 βˆ’0 include/cglm/struct/mat2x3.h
+46 βˆ’0 include/cglm/struct/mat2x4.h
+46 βˆ’0 include/cglm/struct/mat3x2.h
+15 βˆ’0 include/cglm/struct/quat.h
+1 βˆ’1 include/cglm/struct/vec2-ext.h
+21 βˆ’6 include/cglm/struct/vec2.h
+1 βˆ’1 include/cglm/struct/vec3-ext.h
+18 βˆ’3 include/cglm/struct/vec3.h
+1 βˆ’1 include/cglm/struct/vec4-ext.h
+18 βˆ’3 include/cglm/struct/vec4.h
+34 βˆ’0 include/cglm/types-struct.h
+3 βˆ’0 include/cglm/types.h
+1 βˆ’1 include/cglm/vec2-ext.h
+16 βˆ’3 include/cglm/vec2.h
+1 βˆ’1 include/cglm/vec3-ext.h
+18 βˆ’3 include/cglm/vec3.h
+1 βˆ’1 include/cglm/vec4-ext.h
+17 βˆ’3 include/cglm/vec4.h
+3 βˆ’1 meson.build
+15 βˆ’0 src/mat2x3.c
+15 βˆ’0 src/mat2x4.c
+15 βˆ’0 src/mat3x2.c
+6 βˆ’0 src/quat.c
+6 βˆ’0 src/vec2.c
+6 βˆ’0 src/vec3.c
+6 βˆ’0 src/vec4.c
+39 βˆ’0 test/src/test_common.c
+9 βˆ’0 test/src/test_common.h
+52 βˆ’0 test/src/test_mat2x3.h
+55 βˆ’0 test/src/test_mat2x4.h
+53 βˆ’0 test/src/test_mat3x2.h
+22 βˆ’0 test/src/test_quat.h
+36 βˆ’0 test/src/test_struct.c
+20 βˆ’0 test/src/test_vec2.h
+21 βˆ’0 test/src/test_vec3.h
+22 βˆ’0 test/src/test_vec4.h
+6 βˆ’0 test/src/tests.c
+65 βˆ’1 test/tests.h
+4 βˆ’1 win/cglm-test.vcxproj
+10 βˆ’1 win/cglm-test.vcxproj.filters
+13 βˆ’0 win/cglm.vcxproj
+40 βˆ’1 win/cglm.vcxproj.filters

0 comments on commit d5f468a

Please sign in to comment.