Skip to content

Commit 1f9a909

Browse files
authored
Update README.md to steer users to Gtk4 (#699)
* Update README.md to steer users to Gtk4 I sure wish someone had done this earlier! * Fix typos
1 parent 881fdce commit 1f9a909

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
[![codecov.io](https://codecov.io/github/JuliaGraphics/Gtk.jl/coverage.svg?branch=master)](https://codecov.io/github/JuliaGraphics/Gtk.jl?branch=master)
77
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://juliagraphics.github.io/Gtk.jl/latest)
88

9+
This package is NO LONGER SUPPORTED.
10+
Users should migrate to
11+
[Gtk4.jl](https://github.com/JuliaGtk/Gtk4.jl),
12+
following the
13+
[tips on the differences betwen Gtk3 and Gtk4](https://juliagtk.github.io/Gtk4.jl/dev/diff3to4).
14+
915
GUI building, using the Gtk library: [https://www.gtk.org/](https://www.gtk.org/)
1016

1117
Complete Gtk documentation is available at [https://www.gtk.org/docs](https://www.gtk.org/docs)

0 commit comments

Comments
 (0)