You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
518 B

3 years ago
  1. This is fnalibs, an archive containing the native libraries used by FNA.
  2. These are the folders included:
  3. - x86: 32-bit Windows
  4. - x64: 64-bit Windows
  5. - lib64: Linux (64-bit only)
  6. - osx: macOS (64-bit only)
  7. - vulkan: MoltenVK ICD for macOS
  8. - Place this at Game.app/Contents/Resources/vulkan/
  9. The library dependency list is as follows:
  10. - SDL2, used as the platform layer
  11. - FNA3D, used in the Graphics namespace
  12. - FAudio, used in the Audio/Media namespaces
  13. - libtheorafile, only used for VideoPlayer