Skip to content

Commit

Permalink
Propagate build-from-source* features to sdl3-image-sys crate (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeakKS authored Feb 19, 2025
1 parent d27818d commit da7d480
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ use-pkg-config = ["sdl3-sys/use-pkg-config"]
use-vcpkg = ["sdl3-sys/use-vcpkg"]
static-link = ["sdl3-sys/link-static"]
link-framework = ["sdl3-sys/link-framework"]
build-from-source = ["sdl3-sys/build-from-source"]
build-from-source-static = ["sdl3-sys/build-from-source-static"]
build-from-source = ["sdl3-sys/build-from-source", "sdl3-image-sys/build-from-source"]
build-from-source-static = ["sdl3-sys/build-from-source-static", "sdl3-image-sys/build-from-source-static"]
build-from-source-unix-console = ["sdl3-sys/sdl-unix-console-build"]
ash = ["sdl3-sys/use-ash-v0-38"]
default = []
Expand Down

0 comments on commit da7d480

Please sign in to comment.