Releases: ctreffs/SwiftSDL2
Releases · ctreffs/SwiftSDL2
1.4.1
1.4.0
What's Changed
- Supported SDL2 version is now 2.26.5
- Add SDL2 as XCFramework on Apple platforms + fix Windows build by @ctreffs in #24
- Add examples by @ctreffs in #14
- Update project by @ctreffs in #20
- Configure Renovate by @renovate in #15
- Housekeeping by @ctreffs in #27
New Contributors
Full Changelog: 1.3.2...1.4.0
1.3.2
- Fix iOS and macOS imports
Full Changelog: 1.3.1...1.3.2
Windows support
1.2.1: Don't hard code header locations, use <SDL2/SDL.h> (#7)
This gives us the flexibility of finding headers wherever they maybe installed. Currently I'm creating symlinks to the homebrew build of libSDL2 /usr/local/include and /usr/local/lib.