Skip to content

Commit

Permalink
Update dummy.go
Browse files Browse the repository at this point in the history
  • Loading branch information
HACKERALERT authored Aug 31, 2024
1 parent 5a1a53a commit 6310eaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3.3/glfw/glfw/deps/dummy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package dummy

import (
// Prevent go tooling from stripping out the c source files.
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/deps/glad"
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/deps/mingw"
_ "github.com/HACKERALERT/glfw/v3.3/glfw/glfw/deps/vs2008"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/deps/glad"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/deps/mingw"
_ "github.com/Picocrypt/glfw/v3.3/glfw/glfw/deps/vs2008"
)

0 comments on commit 6310eaa

Please sign in to comment.