Skip to content

Releases: ctreffs/SwiftSDL2

1.4.1

29 Jun 07:16
30a2886
Compare
Choose a tag to compare

What's Changed

  • Fix xcframework target naming issues with Swift versions before 5.8 in #29 #28
  • Update dependency realm/SwiftLint to v0.52.3 by @renovate in #26

Full Changelog: 1.4.0...1.4.1

1.4.0

20 Jun 14:38
2675295
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.2...1.4.0

1.3.2

16 Mar 12:23
4f8f758
Compare
Choose a tag to compare
  • Fix iOS and macOS imports

Full Changelog: 1.3.1...1.3.2

Windows support

12 Oct 13:07
dc30ee9
Compare
Choose a tag to compare
  • Add Windows support (#6, #9)
  • Use relative paths (#7, #10)
  • Fix metal example

1.2.1: Don't hard code header locations, use <SDL2/SDL.h> (#7)

10 Sep 11:43
23984cf
Compare
Choose a tag to compare
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.

1.2.0

05 May 12:29
886e655
Compare
Choose a tag to compare
Make KeyCode enum available for SDL2 < 2.0.12 (#2)

* Make KeyCode enum available for SDL2 < 2.0.12

* Define SDL_KeyCode as int

1.1.0

09 May 10:56
8f41b01
Compare
Choose a tag to compare
  • SDL2 2.0.10+
  • Swift 5.1+

1.0.0

03 Nov 14:23
Compare
Choose a tag to compare
Update REAMDE