Skip to content

Commit

Permalink
chore: set default target for docs.rs
Browse files Browse the repository at this point in the history
If the default target is not set and a list of targets is specified,
the first target is selected.
  • Loading branch information
i509VCB authored Oct 28, 2022
1 parent 06045c7 commit befb764
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glutin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ targets = [
"i686-unknown-linux-gnu",
"i686-pc-windows-msvc",
]
default-target = "x86_64-unknown-linux-gnu"

0 comments on commit befb764

Please sign in to comment.