Skip to content

Comments

nuget: Bump the silk-net group with 3 updates#7

Open
dependabot[bot] wants to merge 1 commit intoXC-ios-htfrom
dependabot/nuget/silk-net-1d694c7bc2
Open

nuget: Bump the silk-net group with 3 updates#7
dependabot[bot] wants to merge 1 commit intoXC-ios-htfrom
dependabot/nuget/silk-net-1d694c7bc2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 18, 2026

Updated Silk.NET.Vulkan from 2.21.0 to 2.23.0.

Release notes

Sourced from Silk.NET.Vulkan's releases.

2.23.0

Silk.NET Winter 2025 Update

  • Added missing GenerateBoundingBoxes flag in Assimp. (thanks @​LittleCodingFox)
  • Added full coverage of AV1 and VP9 support in Vulkan Video bindings.
  • Updated to Direct3D 12 Agility SDK 1.618.5.
  • Updated to DirectStorage 1.3.0.
  • Updated to Windows SDK 10.26100.
  • Updated to Vulkan 1.4.336.
  • Updated to OpenXR 1.1.54.
  • Updated to Assimp 6.0.2.
  • Updated to MoltenVK 1.4.1.
  • Updated to OpenAL Soft 1.24.3.
  • Updated to latest ANGLE.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to SDL 2.32.10 binaries.
  • Updated dependency versions, reducing the number of overrides required to satisfy vulnerability scans.
  • Removed manual [RequiresLocationAttribute] in in favour ref readonly.
  • Fixed UTF-8 string marshalling for a specific OpenGL ShaderSource overload.
  • Fixed erroneous mapping of the LeftDown joystick hat on the GLFW backend. (thanks @​Spacelord-XaN)
  • Fixed string SilkMarshal methods not respecting the platform-native definition of wide characters. (thanks @​Exanite)
  • Fixed PtrToStringArray ignoring encoding parameter. (thanks @​Exanite)
  • Fixed Android native library duplication, resulting in Android build failures.
  • Fixed a marshalling exception when calling DelegateToPtr in some circumstances. (primarily NativeAOT, thanks @​aquagoose)
  • Fixed UTF-8 characters not being accepted in OpenAL bindings. (thanks @​Morilli)
  • Fixed native libraries not loading property on Pop!_OS. (thanks @​WNP78)
  • Fixed inconsistencies and bugs across matrices of different sizes. (thanks @​otac0n)
  • Fixed NullReferenceException in WGL. (thanks @​Morilli)
  • Fixed unknown key names resulting in an ImGui extension crash. (thanks @​Tweety-Lab)
  • Fixed a minor memory leak in GlfwPlatform/SdlPlatform IsApplicable checks. (thanks @​Aragas)
  • Miscellaneous bugfixes and improvements.

The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

2.22.0

Silk.NET Mobile Update

  • Added production-ready iOS support - wrap your Program.cs/IView code with SilkMobile.RunApp and run as-is!
  • Added the ability to programmatically focus a window using IWindow.Focus(). (thanks @​mayatskiy/@​Arugin)
  • Added a helper for custom IO in Assimp.
  • Added a ToString implementation for Vulkan handles to display the handle value.
  • Added some missing Flags attributes to enums, reducing the number of bitwise operation warnings on enums.
  • Updated to Vulkan 1.3.300.
  • Updated to OpenXR 1.1.42.
  • Updated to SDL 2.30.8.
  • Updated to MoltenVK 1.2.11.
  • Updated to DXVK 2.4.1.
  • Updated to OpenAL Soft 1.23.1.
  • Updated to shaderc 2024.3.
  • Updated to Assimp 5.4.1.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to ImGui.NET 1.90.8.1. (thanks @​matt-edmondson)
  • Updated DirectX/Windows bindings to 10.0.26100.0.
  • Updated WebGPU/wgpu/dawn bindings.
  • Updated SPIR-V Reflect, Cross, Headers, and Tools to their latest Vulkan 1.3.296 version.
  • Updated ANGLE binaries for macOS. (thanks @​ramezgerges/Uno Platform)
  • Improved native binary packaging. (thanks @​joskuijpers, @​alexrp)
  • Fixed Android 14/API 34 RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED errors.
  • Fixed WGPU binaries being out of sync with the bindings API surface and crashing as a result.
  • Fixed MultiNativeContext reporting present symbols as missing, affecting WGL, OpenAL, and Vulkan in some cases.
  • Fixed native packages not correctly applying when being referenced transitively on .NET Framework and .NET 6+ mobile.
  • Fixed windows being stuck when minimising where a recursive call to DoEvents in callbacks is used.
  • Fixed changes to the standard cursor type not being accurately reflected on the GLFW backend.
  • Fixed Silk.NET.Core not checking its own directory for native binaries.
  • Fixed an ImGui memory leak. (thanks @​rbertels)
  • Fixed being unable to obtain Wayland window pointers when GLFW is compiled with both X11 and Wayland.
  • Miscellaneous bugfixes and improvements.

Special thanks to Stride for sponsoring this 2.X update and our contributors for their contributions and continued interest in the project.
The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

Commits viewable in compare view.

Updated Silk.NET.Vulkan.Extensions.EXT from 2.21.0 to 2.23.0.

Release notes

Sourced from Silk.NET.Vulkan.Extensions.EXT's releases.

2.23.0

Silk.NET Winter 2025 Update

  • Added missing GenerateBoundingBoxes flag in Assimp. (thanks @​LittleCodingFox)
  • Added full coverage of AV1 and VP9 support in Vulkan Video bindings.
  • Updated to Direct3D 12 Agility SDK 1.618.5.
  • Updated to DirectStorage 1.3.0.
  • Updated to Windows SDK 10.26100.
  • Updated to Vulkan 1.4.336.
  • Updated to OpenXR 1.1.54.
  • Updated to Assimp 6.0.2.
  • Updated to MoltenVK 1.4.1.
  • Updated to OpenAL Soft 1.24.3.
  • Updated to latest ANGLE.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to SDL 2.32.10 binaries.
  • Updated dependency versions, reducing the number of overrides required to satisfy vulnerability scans.
  • Removed manual [RequiresLocationAttribute] in in favour ref readonly.
  • Fixed UTF-8 string marshalling for a specific OpenGL ShaderSource overload.
  • Fixed erroneous mapping of the LeftDown joystick hat on the GLFW backend. (thanks @​Spacelord-XaN)
  • Fixed string SilkMarshal methods not respecting the platform-native definition of wide characters. (thanks @​Exanite)
  • Fixed PtrToStringArray ignoring encoding parameter. (thanks @​Exanite)
  • Fixed Android native library duplication, resulting in Android build failures.
  • Fixed a marshalling exception when calling DelegateToPtr in some circumstances. (primarily NativeAOT, thanks @​aquagoose)
  • Fixed UTF-8 characters not being accepted in OpenAL bindings. (thanks @​Morilli)
  • Fixed native libraries not loading property on Pop!_OS. (thanks @​WNP78)
  • Fixed inconsistencies and bugs across matrices of different sizes. (thanks @​otac0n)
  • Fixed NullReferenceException in WGL. (thanks @​Morilli)
  • Fixed unknown key names resulting in an ImGui extension crash. (thanks @​Tweety-Lab)
  • Fixed a minor memory leak in GlfwPlatform/SdlPlatform IsApplicable checks. (thanks @​Aragas)
  • Miscellaneous bugfixes and improvements.

The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

2.22.0

Silk.NET Mobile Update

  • Added production-ready iOS support - wrap your Program.cs/IView code with SilkMobile.RunApp and run as-is!
  • Added the ability to programmatically focus a window using IWindow.Focus(). (thanks @​mayatskiy/@​Arugin)
  • Added a helper for custom IO in Assimp.
  • Added a ToString implementation for Vulkan handles to display the handle value.
  • Added some missing Flags attributes to enums, reducing the number of bitwise operation warnings on enums.
  • Updated to Vulkan 1.3.300.
  • Updated to OpenXR 1.1.42.
  • Updated to SDL 2.30.8.
  • Updated to MoltenVK 1.2.11.
  • Updated to DXVK 2.4.1.
  • Updated to OpenAL Soft 1.23.1.
  • Updated to shaderc 2024.3.
  • Updated to Assimp 5.4.1.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to ImGui.NET 1.90.8.1. (thanks @​matt-edmondson)
  • Updated DirectX/Windows bindings to 10.0.26100.0.
  • Updated WebGPU/wgpu/dawn bindings.
  • Updated SPIR-V Reflect, Cross, Headers, and Tools to their latest Vulkan 1.3.296 version.
  • Updated ANGLE binaries for macOS. (thanks @​ramezgerges/Uno Platform)
  • Improved native binary packaging. (thanks @​joskuijpers, @​alexrp)
  • Fixed Android 14/API 34 RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED errors.
  • Fixed WGPU binaries being out of sync with the bindings API surface and crashing as a result.
  • Fixed MultiNativeContext reporting present symbols as missing, affecting WGL, OpenAL, and Vulkan in some cases.
  • Fixed native packages not correctly applying when being referenced transitively on .NET Framework and .NET 6+ mobile.
  • Fixed windows being stuck when minimising where a recursive call to DoEvents in callbacks is used.
  • Fixed changes to the standard cursor type not being accurately reflected on the GLFW backend.
  • Fixed Silk.NET.Core not checking its own directory for native binaries.
  • Fixed an ImGui memory leak. (thanks @​rbertels)
  • Fixed being unable to obtain Wayland window pointers when GLFW is compiled with both X11 and Wayland.
  • Miscellaneous bugfixes and improvements.

Special thanks to Stride for sponsoring this 2.X update and our contributors for their contributions and continued interest in the project.
The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

Commits viewable in compare view.

Updated Silk.NET.Vulkan.Extensions.KHR from 2.21.0 to 2.23.0.

Release notes

Sourced from Silk.NET.Vulkan.Extensions.KHR's releases.

2.23.0

Silk.NET Winter 2025 Update

  • Added missing GenerateBoundingBoxes flag in Assimp. (thanks @​LittleCodingFox)
  • Added full coverage of AV1 and VP9 support in Vulkan Video bindings.
  • Updated to Direct3D 12 Agility SDK 1.618.5.
  • Updated to DirectStorage 1.3.0.
  • Updated to Windows SDK 10.26100.
  • Updated to Vulkan 1.4.336.
  • Updated to OpenXR 1.1.54.
  • Updated to Assimp 6.0.2.
  • Updated to MoltenVK 1.4.1.
  • Updated to OpenAL Soft 1.24.3.
  • Updated to latest ANGLE.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to SDL 2.32.10 binaries.
  • Updated dependency versions, reducing the number of overrides required to satisfy vulnerability scans.
  • Removed manual [RequiresLocationAttribute] in in favour ref readonly.
  • Fixed UTF-8 string marshalling for a specific OpenGL ShaderSource overload.
  • Fixed erroneous mapping of the LeftDown joystick hat on the GLFW backend. (thanks @​Spacelord-XaN)
  • Fixed string SilkMarshal methods not respecting the platform-native definition of wide characters. (thanks @​Exanite)
  • Fixed PtrToStringArray ignoring encoding parameter. (thanks @​Exanite)
  • Fixed Android native library duplication, resulting in Android build failures.
  • Fixed a marshalling exception when calling DelegateToPtr in some circumstances. (primarily NativeAOT, thanks @​aquagoose)
  • Fixed UTF-8 characters not being accepted in OpenAL bindings. (thanks @​Morilli)
  • Fixed native libraries not loading property on Pop!_OS. (thanks @​WNP78)
  • Fixed inconsistencies and bugs across matrices of different sizes. (thanks @​otac0n)
  • Fixed NullReferenceException in WGL. (thanks @​Morilli)
  • Fixed unknown key names resulting in an ImGui extension crash. (thanks @​Tweety-Lab)
  • Fixed a minor memory leak in GlfwPlatform/SdlPlatform IsApplicable checks. (thanks @​Aragas)
  • Miscellaneous bugfixes and improvements.

The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

2.22.0

Silk.NET Mobile Update

  • Added production-ready iOS support - wrap your Program.cs/IView code with SilkMobile.RunApp and run as-is!
  • Added the ability to programmatically focus a window using IWindow.Focus(). (thanks @​mayatskiy/@​Arugin)
  • Added a helper for custom IO in Assimp.
  • Added a ToString implementation for Vulkan handles to display the handle value.
  • Added some missing Flags attributes to enums, reducing the number of bitwise operation warnings on enums.
  • Updated to Vulkan 1.3.300.
  • Updated to OpenXR 1.1.42.
  • Updated to SDL 2.30.8.
  • Updated to MoltenVK 1.2.11.
  • Updated to DXVK 2.4.1.
  • Updated to OpenAL Soft 1.23.1.
  • Updated to shaderc 2024.3.
  • Updated to Assimp 5.4.1.
  • Updated to latest OpenGL specifications.
  • Updated to latest OpenCL specifications.
  • Updated to ImGui.NET 1.90.8.1. (thanks @​matt-edmondson)
  • Updated DirectX/Windows bindings to 10.0.26100.0.
  • Updated WebGPU/wgpu/dawn bindings.
  • Updated SPIR-V Reflect, Cross, Headers, and Tools to their latest Vulkan 1.3.296 version.
  • Updated ANGLE binaries for macOS. (thanks @​ramezgerges/Uno Platform)
  • Improved native binary packaging. (thanks @​joskuijpers, @​alexrp)
  • Fixed Android 14/API 34 RECEIVER_EXPORTED/RECEIVER_NOT_EXPORTED errors.
  • Fixed WGPU binaries being out of sync with the bindings API surface and crashing as a result.
  • Fixed MultiNativeContext reporting present symbols as missing, affecting WGL, OpenAL, and Vulkan in some cases.
  • Fixed native packages not correctly applying when being referenced transitively on .NET Framework and .NET 6+ mobile.
  • Fixed windows being stuck when minimising where a recursive call to DoEvents in callbacks is used.
  • Fixed changes to the standard cursor type not being accurately reflected on the GLFW backend.
  • Fixed Silk.NET.Core not checking its own directory for native binaries.
  • Fixed an ImGui memory leak. (thanks @​rbertels)
  • Fixed being unable to obtain Wayland window pointers when GLFW is compiled with both X11 and Wayland.
  • Miscellaneous bugfixes and improvements.

Special thanks to Stride for sponsoring this 2.X update and our contributors for their contributions and continued interest in the project.
The Silk.NET team are hard at work on 3.0, with 2.X updates continuing with the support of contributors and sponsors.
Learn more at https://github.com/dotnet/Silk.NET

Commits viewable 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2026

Labels

The following labels could not be found: infra. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Bumps Silk.NET.Vulkan from 2.21.0 to 2.23.0
Bumps Silk.NET.Vulkan.Extensions.EXT from 2.21.0 to 2.23.0
Bumps Silk.NET.Vulkan.Extensions.KHR from 2.21.0 to 2.23.0

---
updated-dependencies:
- dependency-name: Silk.NET.Vulkan
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan.Extensions.EXT
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
- dependency-name: Silk.NET.Vulkan.Extensions.KHR
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: silk-net
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/nuget/silk-net-1d694c7bc2 branch from c15af75 to 69863cd Compare February 18, 2026 13:20
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