Skip to content

Commit

Permalink
Update Assimp as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Perksey committed Nov 1, 2024
1 parent 9872edf commit 0b91d6c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build/props/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
- 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 WebGPU/wgpu/dawn bindings.
- Updated to latest OpenGL specifications.
- Updated to latest OpenCL specifications.
Expand Down
2 changes: 1 addition & 1 deletion build/submodules/Assimp
Submodule Assimp updated 756 files
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Ultz.Native.Assimp</PackageId> <!-- TODO change this in 3.0 -->
<PackageVersion>5.3.1.1</PackageVersion>
<PackageVersion>5.4.1</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>BSD-3-Clause</PackageLicenseExpression>
Expand Down
2 changes: 1 addition & 1 deletion src/Native/Silk.NET.SDL.Native/Silk.NET.SDL.Native.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net4.6.1</TargetFrameworks>
<PackageId>Ultz.Native.SDL</PackageId> <!-- TODO change this in 3.0 -->
<PackageVersion>2.30.1.1</PackageVersion>
<PackageVersion>2.30.8</PackageVersion>
<Authors>.NET Foundation and Contributors</Authors>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseExpression>Zlib</PackageLicenseExpression>
Expand Down

0 comments on commit 0b91d6c

Please sign in to comment.