Skip to content

Tags: go-gl/glfw

Tags

v3.4/glfw/v0.1.0-pre.2

Toggle v3.4/glfw/v0.1.0-pre.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.4/glfw: add blank import for glfw/include directory

The include directory contains files like xdg-shell-client-protocol.h
that are needed for the build. The blank import causes it to be included
when vendoring.

Fixes #422.

GitHub-Pull-Request: #423

v3.4/glfw/v0.1.0-pre.1

Toggle v3.4/glfw/v0.1.0-pre.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
v3.4/glfw: add initial implementation of GLFW 3.4 (#414)

See https://github.com/glfw/glfw/releases/tag/3.4.

Fixes #393.
Closes #400.

GitHub-Pull-Request: #414