migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.18k stars 77 forks source link

Update README to reflect newly added 4.3 support #605

Closed DandyLyons closed 1 week ago

DandyLyons commented 1 week ago

README says:

SwiftGodot provides Swift language bindings for the Godot 4.2 game engine using the new GDExtension system (for 4.1 compatibility, use the 4.1 branch, preview for upcoming 4.3 release is in the 4.3 branch).

If I understand correctly, this is no longer accurate since 4.3 support was added in release 0.45.0

We should update the README to show that it is no longer required to switch to the 4.3 branch.

migueldeicaza commented 1 week ago

Good observation! Fixed.