Skip to content

Commit feed1e2

Browse files
committed
Update for gtk-4.14
1 parent 91ba88b commit feed1e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -93,18 +93,18 @@ After that, use the (usual) Build and Test buttons to build/test this package.
9393
To build, download Swift from https://swift.org/download/ -- if you are using macOS, make sure you have the command line tools installed as well). Test that your compiler works using `swift --version`, which should give you something like
9494

9595
$ swift --version
96-
swift-driver version: 1.75.2 Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100)
96+
swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
9797
Target: arm64-apple-macosx13.0
9898

9999
on macOS, or on Linux you should get something like:
100100

101101
$ swift --version
102-
Swift version 5.8.1 (swift-5.8.1-RELEASE)
102+
Swift version 5.10 (swift-5.10-RELEASE)
103103
Target: x86_64-unknown-linux-gnu
104104

105105
### Gtk 3.22 or higher
106106

107-
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, and 2.74, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, and 4.6 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
107+
The Swift wrappers have been tested with glib-2.56, 2.58, 2.60, 2.62, 2.64, 2.66, 2.68, 2.70, 2.72, 2.74, 2.76, 2.78 and 2.80, and gdk/gtk 3.22, 3.24 as well as 4.0, 4.2, 4.4, 4.6, 4.8, 4.10, 4.12, and 4.14 on the `gtk4` branch. They should work with higher versions, but YMMV. Also make sure you have `gobject-introspection` and its `.gir` files installed.
108108

109109
#### Linux
110110

0 commit comments

Comments
 (0)