mfkl / libvlcsharp-samples

Various samples on different platforms showcasing LibVLCSharp features
GNU Lesser General Public License v2.1
52 stars 16 forks source link

Bump OpenTK from 4.6.4 to 4.6.7 #140

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps OpenTK from 4.6.4 to 4.6.7.

Release notes

Sourced from OpenTK's releases.

4.6.7

FIX: Fixed closing window causing AccessViolations on windows and other crashes on other platforms. (@​NogginBops)

4.6.6

FIX: Fixed arithmetic overflow issue in Box2i.Center and Box3i.Center introduced when making them return correct values.

4.6.5

API: Added settings in NativeWindowSettings for controlling backbuffer parameters such as DepthBits and StencilBits. (@​deccer) API: Added SwapInterval to IGraphicsContext and moved VSync property from GameWindow to NativeWindow to allow for more control over vsync. (@​softwareantics) Updated GLFW to 3.3.4. (@​NogginBops) FIX: Fixed Box2i.Center and Box3i.Center returning wrong values. (@​NogginBops, thanks @​g7ChoGXh for the bug report) FIX: Implemented proper disposing of NativeWindow. (@​NogginBops, thanks @​xiejiang2014 for the bug report) FIX: Fixed calling conventions on glfw callbacks in 32-bit builds. (@​NogginBops)

Changelog

Sourced from OpenTK's changelog.

4.6.7

  • FIX: Fixed closing window causing AccessViolations on windows and other crashes on other platforms. (@​NogginBops)

4.6.6

  • FIX: Fixed arithmetic overflow issue in Box2i.Center and Box3i.Center introduced when making them return correct values.

4.6.5

  • API: Added settings in NativeWindowSettings for controlling backbuffer parameters such as DepthBits and StencilBits. (@​deccer)

  • API: Added SwapInterval to IGraphicsContext and moved VSync property from GameWindow to NativeWindow to allow for more control over vsync. (@​softwareantics)

  • Updated GLFW to 3.3.4. (@​NogginBops)

  • FIX: Fixed Box2i.Center and Box3i.Center returning wrong values. (@​NogginBops, thanks @​g7ChoGXh for the bug report)

  • FIX: Implemented proper disposing of NativeWindow. (@​NogginBops, thanks @​xiejiang2014 for the bug report)

  • FIX: Fixed calling conventions on glfw callbacks in 32-bit builds. (@​NogginBops)

Commits
  • 925d2b1 Release 4.6.7
  • 4fa5a09 Merge pull request #1328 from NogginBops/hotfix-fix-closing
  • d7183d2 Fixed closing so that it's a lot simpler.
  • 22e8080 Release 4.6.6
  • 24b4525 Fixed arithemtic overflow issue in Box2i.Center and Box3i.Center.
  • 536308f Release 4.6.5
  • 41cb4a8 Merge pull request #1311 from softwareantics/feature/native-window-vsyncing
  • fbad991 Merge pull request #1327 from NogginBops/fix-boxi-bug
  • 009bfc6 Merge pull request #1315 from NogginBops/update-to-glfw-3.3.4
  • 3e82b3f Changed file order and changed documentation slightly.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)