SFML/extlibs/headers
Chris Thrasher 0f83e3d266 Use FetchContent to grab latest Catch2 release
The key benefit here is that now we're linking against their CMake
target which makes it easy to change how we depend on Catch2. We
can switch from FetchContent to FindPackage to a git submodule and
never have to change our code because we're depending on Catch2 in
the most flexible way possible.
2021-12-21 23:11:15 +01:00
..
AL Updated OpenAL to version 1.15.1 2013-08-04 23:07:25 +02:00
FLAC Adjusted the new audio backends to compile on Linux 2015-03-04 09:33:06 +01:00
freetype2 Updated FreeType to version 2.5.5. 2015-03-10 13:15:58 +01:00
glad/include/glad Improve compilation times by removing some includes and avoiding heavy dependencies 2021-12-19 18:13:07 +01:00
mingw Added support for interfacing with joysticks via DirectInput when it is available. 2018-02-10 14:47:37 +01:00
minimp3 Add MP3 decoding support using 'minimp3' 2021-12-08 08:19:08 +01:00
ogg Android: Moved ogg's os specific header to build properly 2015-03-04 09:36:21 +01:00
stb_image Update stb_image (2.16 -> 2.26) and stb_image_write (1.07 -> 1.15) 2020-12-06 13:35:00 +01:00
vorbis Redesigned the audio encoding/decoding classes to get rid of libsndfile 2015-03-04 09:33:03 +01:00
vulkan Add support for creating Vulkan window surfaces. 2019-10-16 21:48:24 +02:00