Skip to content

Commit

Permalink
Merge pull request #68 from alloncm/feature/dynamic_link
Browse files Browse the repository at this point in the history
Allow to dynamic link to sdl2
  • Loading branch information
alloncm authored Nov 20, 2021
2 parents efd780b + acca065 commit 7e400d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions gb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,13 @@ lib_gb = {path = "../lib_gb/"}
log = "0.4"
fern = "0.6.0"
chrono = "0.4"
sdl2 = {version = "0.34", features = ["bundled","static-link"]}
sdl2 = "0.34"
wav = "1.0"
crossbeam-channel = "0.5"
cfg-if = "1.0"

[features]
default = ["static-sdl"]
sdl-resample = []
push-audio = []
push-audio = []
static-sdl = ["sdl2/bundled", "sdl2/static-link"]

0 comments on commit 7e400d1

Please sign in to comment.