Skip to content
Snippets Groups Projects
Verified Commit cbdbf0de authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

Revert "feat: conditional features for SDL2 for Linux"

This reverts commit b7ce4b6a.
parent ef0adb9e
No related branches found
No related tags found
1 merge request!19Initial tentative audio support 🔉
Pipeline #2253 canceled
......@@ -11,10 +11,8 @@ edition = "2018"
path = "../.."
[dependencies.sdl2]
sdl2 = { version = "0.35", features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"] }
[target.'cfg(linux)'.dependencies]
sdl2 = { version = "0.35", features = ["ttf", "image", "gfx", "mixer", "bundled"] }
version = "0.35"
features = ["ttf", "image", "gfx", "mixer", "static-link", "use-vcpkg"]
# If the vcpkg version of SDL2 does not work (eg: display not found error)
# then try dynamic linking SDL2 using the following features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment