Skip to content

chore(deps): update dependency opentk to 3.3.3#7

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentk-3.x
Open

chore(deps): update dependency opentk to 3.3.3#7
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentk-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Jun 8, 2025

This PR contains the following updates:

Package Change Age Confidence
OpenTK 3.1.03.3.3 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

opentk/opentk (OpenTK)

v3.3.3

Compare Source

  • OpenTK no longers alters the dll search path be default on windows platforms. Separate folders for x86 and x64 dlls can now be optionally turned on by using ToolkitOptions.SetWindowsDLLPathAnyCPU = true, see documentation comment for more details. (@​NogginBops)
  • New feature that allows you to use virtual keys on windows. This can be toggled on using GameWindowFlags.UseVirtualKeys. See #​1360 for more details. (@​tyronx)
  • Deprecated Vector3 Transform(Matrix3 mat, Vector3 vec) (right multiplication) because of a bug meant this function was doing a left multiplication. Instead two new functions TransformRow and TransformColumn that handle the left and right multiplication correctly. (@​NogginBops)
  • A lot of enum entries where added to enums where they where missing. For example SizedInternalFormat now contains all allowed formats and GetTextureParameter now contains TextureMaxAnisotropy. (@​NogginBops)

v3.3.2

Compare Source

Added ability to include architecture dependent dlls (x86 vs x64) on windows by placing the files in x86 and x64 folders respectively (@​leezer3) (for more details, see #​1223)
Fix: Mouse position no longer resets when scrolling in Wayland (@​jascrain)
Fix: QuaternionD euler angle constructor now produces the same result as the equivalent constructor in Quaternion (@​leezer3)
Fix: Changed to using dlopen/dlsym on MacOS as NSLookupSymbolInImage is deprecated and no longer works on MacOS Monterey (@​BleuBleu)
Optimized CreateFromQuaternion function for Matrix3/4/3d/4d to be ~80% faster (@​NogginBops)

v3.3.1

Compare Source

Fix wgl_dx_interop Lock/Unlock bindings (Thanks @​ZCore)

v3.3.0

  • New: Add HID device names via Joystick.GetName (@​leezer3)
  • Fixes for keyboard / mice states & visibility in odd conditions (@​leezer3)
  • Fixes for Linux joystick issues with connection / disconnection (@​leezer3)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/opentk-3.x branch from 2c6fad4 to 76877c3 Compare June 8, 2025 22:24
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jun 8, 2025

Test Results

58 tests  ±0   58 ✅ ±0   0s ⏱️ ±0s
 1 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 99e6f75. ± Comparison against base commit 5ec285a.

♻️ This comment has been updated with latest results.

@codecov
Copy link
Copy Markdown

codecov bot commented Jun 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.22%. Comparing base (54242a9) to head (76877c3).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #7   +/-   ##
=======================================
  Coverage   84.22%   84.22%           
=======================================
  Files           8        8           
  Lines         336      336           
  Branches       48       48           
=======================================
  Hits          283      283           
  Misses         43       43           
  Partials       10       10           
Flag Coverage Δ
crypto 84.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/opentk-3.x branch from 76877c3 to 99e6f75 Compare August 10, 2025 15:00
@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
CryptoEngine 87% 77% 159
CryptoEngine 87% 77% 159
Summary 87% (590 / 676) 77% (184 / 240) 318

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants