Improving note on dependencies

master
Kaluub 1年前
父节点
当前提交
fcce0c38bf
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      Working-on-Windows.md

+ 3
- 3
Working-on-Windows.md

@ -57,9 +57,9 @@ Just open `raylib/src/raylib.h` source file on Notepad++ and execute (F6) the sc
## A note on dependencies ## A note on dependencies
Raylib includes all of it's own external dependencies on windows. There are 3 system libraries that need to be linked to raylib for a game to work. Raylib includes all of it's own external dependencies on windows. There are 3 system libraries that need to be linked to raylib for a game to work.
* OpenGL32 This is the windows interface to the OpenGL API that raylib uses for drawing
* GDI32 this is the interface to the window setup and drawing functions that raylib and GLFW need to work on windows
* WinMM this is contains the high resolution timer code used by GLFW for precise timing in the game loop.
* OpenGL32: This is the Windows interface to the OpenGL API that raylib uses for drawing.
* GDI32: This is the interface to the window setup and drawing functions that raylib and GLFW need to work on Windows.
* WinMM: This is contains the high resolution timer code used by GLFW for precise timing in the game loop.
## Building Examples ## Building Examples

正在加载...
取消
保存