Skip to content

Commit

Permalink
Merge pull request #31 from aspectron/main
Browse files Browse the repository at this point in the history
change sdl2 "bundled" embedding to default-features
  • Loading branch information
ArjunNair authored Sep 10, 2023
2 parents 7cdd2cc + 60db1e8 commit 2b5c03c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,15 @@ include = ["**/*.rs", "Cargo.toml"]
ahash = "~0.8"
gl = "~0.14"
egui = "~0.22"
sdl2 = { version = "~0.35", features = ["bundled"] }
sdl2 = { version = "~0.35" }

[dependencies.epi]
version = "0.17"
optional = true

[features]
default-features = ["sdl2_bundled"]

sdl2_unsafe_textures = ["sdl2/unsafe_textures"]
sdl2_gfx = ["sdl2/gfx"]
sdl2_mixer = ["sdl2/mixer"]
Expand Down

0 comments on commit 2b5c03c

Please sign in to comment.