Skip to content

Commit

Permalink
Update for stable SDL3 ABI
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Oct 4, 2024
1 parent 4618372 commit 310e980
Show file tree
Hide file tree
Showing 7 changed files with 87 additions and 86 deletions.
2 changes: 1 addition & 1 deletion FNA.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FNA.NetFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FNA.NetStandard.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion FNA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
<Compile Include="src\Vector3.cs" />
<Compile Include="src\Vector4.cs" />
<Compile Include="lib\SDL2-CS\src\SDL2.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.cs" />
<Compile Include="lib\SDL3-CS\SDL3\SDL3.Legacy.cs" />
<Compile Include="lib\FAudio\csharp\FAudio.cs" />
<Compile Include="lib\Theorafile\csharp\Theorafile.cs" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ SRC = \
src/Vector3.cs \
src/Vector4.cs \
lib/SDL2-CS/src/SDL2.cs \
lib/SDL3-CS/SDL3/SDL3.cs \
lib/SDL3-CS/SDL3/SDL3.Legacy.cs \
lib/FAudio/csharp/FAudio.cs \
lib/Theorafile/csharp/Theorafile.cs

Expand Down
Loading

0 comments on commit 310e980

Please sign in to comment.