You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build a small project using image to load textures. Using the following config:
[dependencies.sdl2]
version = "~0.35"default-features = falsefeatures = ["static-link", "bundled", "image"]
Unfortunately, somewhere along the line, it seems that someone forgot to link against SDL_image, resulting in the following linker error: undefined reference to 'IMG_LoadTexture'. Adding use-pkgconfig does not affect the result in any way.