We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d826a4d commit b64c82eCopy full SHA for b64c82e
README.md
@@ -5,6 +5,7 @@ A group of crates that aims to provide complete [GTK](https://gtk.org/) 4 bindin
5
- [GTK](./gtk4)
6
- [GDK](./gdk4): An intermediate layer which isolates GTK from the details of the windowing system.
7
- [GDK Wayland](./gdk4-wayland): Wayland backend specific functions.
8
+ - [GDK Win32](./gdk4-win32): Windows backend specific functions.
9
- [GDK X11](./gdk4-x11): X backend specific functions.
10
- [GSK](./gsk4): An intermediate layer which isolates GTK from the details of the OpenGL or Vulkan implementation.
11
0 commit comments