lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 5 forks source link

Temporarily add `sdl2-mixer` features #1114

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

As noted in Issue #1103, there are more sdl2-mixer feature flags that can be enabled. We don't really need them, but it might be nice to include them as part of project history in case we ever need to enable them later. Some of these were enabled in the past.

Also, by enabling and building them now, it populated the NuGet cache with packages, making it faster to add them later (in the near future) if we ever want to.