Skip to content

Commit

Permalink
Remove SDLApis for SDL3
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Feb 6, 2025
1 parent 1e8bfe7 commit 7872012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/appendix/Appendix-A:-NativeAOT-on-PC.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ To make your .csproj compatible with NativeAOT, add the following:
</ItemGroup>
<ItemGroup>
<DirectPInvokeList Include="SDLApis.txt" />
<DirectPInvoke Include="SDL3" />
<DirectPInvoke Include="FNA3D" />
<DirectPInvoke Include="FAudio" />
<DirectPInvoke Include="libtheorafile" />
</ItemGroup>
```

You will also need to add two more files to your project directory: rd.xml and SDLApis.txt. These will be explained in the next sections.
You will also need to add an "rd.xml" file to your project directory. This will be explained in the next sections.

## AOT Type Preservation

Expand Down

0 comments on commit 7872012

Please sign in to comment.