Skip to content

Commit

Permalink
The present feature depends on dri3
Browse files Browse the repository at this point in the history
this enables running: 'cargo test --no-default-features --features present'
  • Loading branch information
alexanderkjall committed Nov 5, 2024
1 parent 2a0d3e6 commit d2bc2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11rb-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dpms = []
dri2 = []
dri3 = []
glx = []
present = ["randr", "xfixes", "sync"]
present = ["randr", "xfixes", "sync", "dri3"]
randr = ["render"]
record = []
render = []
Expand Down

0 comments on commit d2bc2c3

Please sign in to comment.