Skip to content

Commit 0cb2d93

Browse files
gsk: Regen despite the stupid gir error
Gir stupidly marks the v4_6 depending on v4_2 instead of v4_4, don't know why and too lazy to debug it, so just let it be
1 parent da194c0 commit 0cb2d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsk4/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ name = "gsk4_sys"
4242
[features]
4343
v4_2 = []
4444
v4_4 = ["v4_2"]
45-
v4_6 = ["v4_4"]
45+
v4_6 = ["v4_2"]
4646
v4_10 = ["v4_6"]
4747
vulkan = []
4848
broadway = []

0 commit comments

Comments
 (0)