Skip to content

Commit b93098f

Browse files
elmarcobilelmoussaoui
authored andcommitted
.github: add 'gl' feature
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent 806b10e commit b93098f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
conf:
4444
- { name: "gtk4", features: "v4_12,xml_validation,blueprint", test_sys: false }
4545
- { name: "gsk4", features: "v4_10,broadway", test_sys: true }
46-
- { name: "gdk4", features: "v4_12", test_sys: true }
46+
- { name: "gdk4", features: "v4_12,gl", test_sys: true }
4747
- { name: "gdk4-wayland", features: "v4_12,wayland_crate,egl,xkb_crate", test_sys: true }
4848
- { name: "gdk4-x11", features: "v4_4,xlib,egl", test_sys: false }
4949
- { name: "gtk4-macros", features: "xml_validation,blueprint", test_sys: false }

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
--extern-html-root-url=khronos_egl=https://docs.rs/khronos-egl/latest/
6868
--extern-html-root-url=xkb=https://docs.rs/xkb/latest/
6969
--extern-html-root-url=windows=https://microsoft.github.io/windows-docs-rs/doc/
70+
--extern-html-root-url=gl=https://docs.rs/gl/latest/
7071
--cfg docsrs
7172
-Zunstable-options --generate-link-to-definition
7273
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)