Skip to content

Commit

Permalink
update version number in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Geo25rey committed May 4, 2024
1 parent 77aeccf commit 8e37f8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions v3.4/glfw/build_cgo_hack.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package glfw
// - this file is given a build to exclude it from the regular build.
import (
// Prevent go tooling from stripping out the c source files.
_ "github.com/go-gl/glfw/v3.3/glfw/glfw/deps"
_ "github.com/go-gl/glfw/v3.3/glfw/glfw/include/GLFW"
_ "github.com/go-gl/glfw/v3.3/glfw/glfw/src"
_ "github.com/go-gl/glfw/v3.4/glfw/glfw/deps"
_ "github.com/go-gl/glfw/v3.4/glfw/glfw/include/GLFW"
_ "github.com/go-gl/glfw/v3.4/glfw/glfw/src"
)
2 changes: 1 addition & 1 deletion v3.4/glfw/go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/go-gl/glfw/v3.3/glfw
module github.com/go-gl/glfw/v3.4/glfw

go 1.10
2 changes: 1 addition & 1 deletion v3.4/glfw/testdata/customcursor/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"image/color"
"runtime"

"github.com/go-gl/glfw/v3.3/glfw"
"github.com/go-gl/glfw/v3.4/glfw"
)

func init() {
Expand Down

0 comments on commit 8e37f8f

Please sign in to comment.