lucor / fyne-opensnitch

An OpenSnitch UI in Go using Fyne
GNU General Public License v3.0
45 stars 5 forks source link

update glfw #2

Open raboof opened 3 years ago

raboof commented 3 years ago

fyne-opensnitch fails to build for me with:

github.com/go-gl/glfw/v3.2/glfw
vendor/github.com/go-gl/glfw/v3.2/glfw/c_glfw.go:4:10: fatal error: glfw/src/context.c: No such file or directory
    4 | #include "glfw/src/context.c"
      |          ^~~~~~~~~~~~~~~~~~~~

This is due to https://github.com/golang/go/wiki/Modules#some-needed-files-may-not-be-present-in-populated-vendor-directory and should be fixed in go-gl/glfw since https://github.com/go-gl/glfw/pull/284