From f82bf30470ff5243d79b50f87613c2a914ed1f5d Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Fri, 6 Dec 2024 10:26:44 -0500 Subject: [PATCH] Clean up the native library list to fix published formatting --- docs/1:-Setting-Up-FNA.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/1:-Setting-Up-FNA.md b/docs/1:-Setting-Up-FNA.md index 2174197..f7bc5be 100644 --- a/docs/1:-Setting-Up-FNA.md +++ b/docs/1:-Setting-Up-FNA.md @@ -65,10 +65,7 @@ FNA uses several native libraries for various pieces of functionality, such as w Here's what we use and why: -**REQUIRED:** * SDL2: Used for window management, input, image I/O, etc. - -**OPTIONAL:** * FNA3D: Only required if you use the Graphics namespace. * FAudio: Only required if you use the Audio or Media namespaces. * Theorafile: Only required if you use VideoPlayer.