-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use dummy.go files to protect KHR directory #140
Comments
3 tasks
andydotxyz
added a commit
to andydotxyz/gl
that referenced
this issue
Aug 12, 2021
errcw
pushed a commit
that referenced
this issue
Aug 12, 2021
errcw
pushed a commit
that referenced
this issue
Aug 13, 2021
* Add dummy files so mod vendor includes the KHR headers Fixes #140 * Add the cgo fix hooks into packages that would be imported normally
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now there is a KHR directory with just a .h file it is not included with
go mod vendor
.Perhaps it would be good to use the same
dummy.go
approach as the glfw package?go-gl/glfw@0e1e096
The text was updated successfully, but these errors were encountered: