We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd5dec commit 16afd7bCopy full SHA for 16afd7b
README.md
@@ -4,6 +4,7 @@ A group of crates that aims to provide complete [GTK](https://gtk.org/) 4 bindin
4
5
- [GTK](./gtk4)
6
- [GDK](./gdk4): An intermediate layer which isolates GTK from the details of the windowing system.
7
+ - [GDK Macos](./gdk4-macos): Macos backend specific functions.
8
- [GDK Wayland](./gdk4-wayland): Wayland backend specific functions.
9
- [GDK Win32](./gdk4-win32): Windows backend specific functions.
10
- [GDK X11](./gdk4-x11): X backend specific functions.
0 commit comments