raylib/release
raysan5 36ae9c8c3a Compile DLL avoiding extra dependencies
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe
D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS

Microsoft (R) COFF/PE Dumper Version 14.00.24215.1
Copyright (C) Microsoft Corporation.  All rights reserved.

Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll

File Type: DLL

Image has the following dependencies:

KERNEL32.dll
glfw3.dll
OpenAL32.dll

Summary

4000 .data
1000 .gfids
23000 .rdata
5000 .reloc
1000 .rsrc
68000 .text
1000 _RDATA
2017-11-04 18:36:15 +01:00
..
include Updated release versions for raylib 1.8 2017-10-20 17:14:58 +02:00
libs Compile DLL avoiding extra dependencies 2017-11-04 18:36:15 +01:00
README.md Update README.md 2017-10-12 13:51:29 +02:00

raylib release

In this folder you can find raylib library pre-compiled and ready-to-use for different platforms.

It also includes additional raylib required libraries for different platforms that sometimes users need to compile by themselfs.Depending on target platform some libraries can be just downloaded from their repos using some package manager software provided by the OS, very tipical in Linux (apt-get) and OSX.

Provided libraries you will find in this folder are:

Library Version Date Platform Notes
raylib 1.8.0 Oct 2017 all simple and easy-to-use library for games dev.
GLFW3 3.2.1 Aug 2016 win32-mingw32,
win32-msvc
Window and input management on desktop platforms
OpenAL Soft 1.18.2 Sep 2017 win32-mingw32,
win32-msvc,
Android
Audio device management

For detailed information on raylib external dependencies, just check Wiki information on external dependencies.