Closed IceGuye closed 2 years ago
FYI, image
, tff
, gfx
and mixer
are not supported yet when using bundled
.
Consider using use-vcpkg
or use-pkgconfig
instead of bundled
.
FYI,
image
,tff
,gfx
andmixer
are not supported yet when usingbundled
.Consider using
use-vcpkg
oruse-pkgconfig
instead ofbundled
.
Thank you for your information waych. I think I can close this issue for now.
OS: Linux Fedora 35, Rust Version: 1.56.1, sdl2 dependencies setting:
sdl2 = {git = "https://github.com/Rust-SDL2/rust-sdl2", features = ["mixer", "image", "bundled"]}
orsdl2 = {version = "0.35.1", features = ["mixer", "image", "bundled"]}
After running the cargo run --release, I got the following error information: