You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrapper around the [X protocol C-language Binding (XCB)](https://xcb.freedesktop.org/) library for interacting with X window systems.
6
-
Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the [package documentation](https://serenity.github.io/XCB.jl/stable).
6
+
Includes a Clang-generated library wrapper along with a few abstractions including setting up connections, graphics contexts and windows, handling input events, and running a window. For more information, see the [package documentation](https://juliagl.github.io/XCB.jl/stable).
7
7
Users wishing to use the Clang wrapper directly will have to use `XCB.Libxcb`. For documentation, they should refer to the [XCB documentation](https://xcb.freedesktop.org/).
0 commit comments