Closed pintert3 closed 4 years ago
Thank you for reporting this issue!
It will take me a few days to look into this.
Meanwhile, can you let me know which version of Cargo you are using?
This should be fixed by updating to ggez 5.0, which no longer depends on SDL.
Could you please try if the ggez-5
branch works for you?
That fixed it. It now works fine, thanks!
And just in case it matters, I'm using cargo 1.46.0
Perfect. Thank you for the help!
Got this error when trying to
cargo run --release
error: multiple packages link to native library
SDL2
, but a native library can be linked only oncepackage
sdl2-sys v0.31.0
... which is depended on bysdl2 v0.31.0
... which is depended on bygfx_window_sdl v0.8.0
... which is depended on byggez v0.4.4
... which is depended on bysolitaire v0.2.0 (/home/pintert3/solitaire-0.2.0)
links to native librarySDL2
package
sdl2-sys v0.34.3
... which is depended on bysdl2 v0.34.3
... which is depended on bysolitaire v0.2.0 (/home/pintert3/solitaire-0.2.0)
also links to native librarySDL2