Skip to content

Commit

Permalink
Update go-gl/glfw for OpenBSD support and FreeBSD fix
Browse files Browse the repository at this point in the history
This update adds support for building on OpenBSD, a fix to avoid using dynamically linked glfw on FreeBSD and updates glfw to 3.3.4 (contains just a fullscreen fix on X11).
Fixes #1928
  • Loading branch information
Jacalz authored and andydotxyz committed Nov 22, 2021
1 parent 65adb47 commit 705fb84
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 19 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ More detailed release notes can be found on the [releases page](https://github.c
* storage.List doesn't return complete URI on Android for "content:" scheme (#2619)
* Last word of the line and first word of the next line are joined in markdown parse (#2647)
* Support building on Windows arm64
* Compiling for FreeBSD brings in glfw library dependency (#1928)


## 2.1.1 - 22 October 2021
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -9,7 +9,7 @@ require (
github.com/fredbi/uri v0.0.0-20181227131451-3dcfdacbaaf3
github.com/fsnotify/fsnotify v1.4.9
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be
github.com/go-ole/go-ole v1.2.6
github.com/godbus/dbus/v5 v5.0.4
github.com/goki/freetype v0.0.0-20181231101311-fa8a33aabaff
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -16,8 +16,8 @@ github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWo
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f h1:s0O46d8fPwk9kU4k1jj76wBquMVETx7uveQD9MCIQoU=
github.com/go-gl/gl v0.0.0-20210813123233-e4099ee2221f/go.mod h1:wjpnOv6ONl2SuJSxqCPVaPZibGFdSci9HFocT9qtVYM=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb h1:T6gaWBvRzJjuOrdCtg8fXXjKai2xSDqWTcKFUPuw8Tw=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be h1:Z28GdQBfKOL8tNHjvaDn3wHDO7AzTRkmAXvHvnopp98=
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8=
github.com/go-ole/go-ole v1.2.6 h1:/Fpf6oFPoeFik9ty7siob0G6Ke8QvQEuVcuChpwXzpY=
github.com/go-ole/go-ole v1.2.6/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0=
github.com/godbus/dbus/v5 v5.0.4 h1:9349emZab16e7zQvpmsbtjc18ykshndd8y2PG3sgJbA=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/go-gl/glfw/v3.3/glfw/GLFW_C_REVISION.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/build.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion vendor/github.com/go-gl/glfw/v3.3/glfw/glfw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/win32_init.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/glfw/src/x11_window.c

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/github.com/go-gl/glfw/v3.3/glfw/native_linbsd.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 18 additions & 3 deletions vendor/github.com/go-gl/glfw/v3.3/glfw/window.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -26,7 +26,7 @@ github.com/go-gl/gl/v3.1/gles2
github.com/go-gl/gl/v3.1/gles2/KHR
github.com/go-gl/gl/v3.2-core/gl
github.com/go-gl/gl/v3.2-core/gl/KHR
# github.com/go-gl/glfw/v3.3/glfw v0.0.0-20210410170116-ea3d685f79fb
# github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211024062804-40e447a793be
## explicit
github.com/go-gl/glfw/v3.3/glfw
github.com/go-gl/glfw/v3.3/glfw/glfw/deps
Expand Down

0 comments on commit 705fb84

Please sign in to comment.