Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-gl/example
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: go-gl/example
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: embed-texture
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Nov 3, 2024

  1. all: update dependencies

    Use the latest versions of go-gl dependencies in this example module.
    Update to a currently supported version of Go. At least Go 1.16 will
    be needed in the next commit to use go:embed feature.
    dmitshur committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f8ff288 View commit details
    Browse the repository at this point in the history
  2. all: embed texture file

    This makes the result binary more portable. It can be copied to another
    machine where the source code isn't present and still run okay. Relying
    on the go/build package and GOPATH to find assets was the best we could
    do before the module mode.
    
    Fixes #85.
    dmitshur committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    7dda5e1 View commit details
    Browse the repository at this point in the history
  3. .github/workflows: test with Go 1.23, 1.22

    These are the currently supported major Go versions.
    dmitshur authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    94a61ac View commit details
    Browse the repository at this point in the history
Loading