cp-examples
cp-examples copied to clipboard
Bump github.com/go-gl/mathgl from 1.1.0 to 1.2.0
Bumps github.com/go-gl/mathgl from 1.1.0 to 1.2.0.
Release notes
Sourced from github.com/go-gl/mathgl's releases.
v1.2.0
What's Changed
- Reorder cubic bezier curve calculations by
@myaaaaaaaaain go-gl/mathgl#91- Use Sincos instead of Sin, Cos by
@egonelbrein go-gl/mathgl#95- Matrix size methods by
@stewi1014in go-gl/mathgl#93- Drop golang.org/x/image dependency by
@egonelbrein go-gl/mathgl#96- remove unnecessary call to Normalize(). by
@luisgargitterin go-gl/mathgl#98New Contributors
@myaaaaaaaaamade their first contribution in go-gl/mathgl#91@egonelbremade their first contribution in go-gl/mathgl#95@stewi1014made their first contribution in go-gl/mathgl#93@luisgargittermade their first contribution in go-gl/mathgl#98Full Changelog: https://github.com/go-gl/mathgl/compare/v1.1.0...v1.2.0
Commits
c307faaremove unnecessary call to Normalize().6fb0641drop golang.org/x/image dependencybc21aa5Rungo generate91165beAdd NumRows and NumCols method to all matricesd41b382use Sincos instead of Sin, Cos96f9c18code formatting88d117fReorder cubic bezier curve calculations (#91)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)