Skip to content

Commit

Permalink
Static link SDL2 by default.
Browse files Browse the repository at this point in the history
It's not the recommended practice, but it might fix doc tests nicely.
  • Loading branch information
thoren-d committed Oct 14, 2020
1 parent 5187477 commit 1f0e085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tracing-chrome = "0.2.0"
tracing-subscriber = "0.2.11"

[features]
default = ["sdl2/bundled"]
default = ["sdl2/bundled", "sdl2/static-link"]

[package.metadata.docs.rs]
features = []
Expand Down

0 comments on commit 1f0e085

Please sign in to comment.