From 78720125fdf54f278a9ffff64bb433e79ed56a8f Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Thu, 6 Feb 2025 09:31:27 -0500 Subject: [PATCH] Remove SDLApis for SDL3 --- docs/appendix/Appendix-A:-NativeAOT-on-PC.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/appendix/Appendix-A:-NativeAOT-on-PC.md b/docs/appendix/Appendix-A:-NativeAOT-on-PC.md index 19d7aa2..9b0fac6 100644 --- a/docs/appendix/Appendix-A:-NativeAOT-on-PC.md +++ b/docs/appendix/Appendix-A:-NativeAOT-on-PC.md @@ -33,14 +33,14 @@ To make your .csproj compatible with NativeAOT, add the following: - + ``` -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