Skip to content

Commit

Permalink
Add missing required-features for opengl-context example
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 23, 2024
1 parent 60e1efc commit 11fc170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,8 @@ required-features = ["graphics", "window"]
name = "window-test"
required-features = ["graphics", "window"]

[[example]]
name = "opengl-context"
required-features = ["window"]

[workspace]

0 comments on commit 11fc170

Please sign in to comment.