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
The issue seem to be related to a deprecated dependency in package 'sdl2'. Changing line 11 in Cargo.tomlto sdl2 = "*" fixed this particular error, but introduced a new one where another dependency fails.
The text was updated successfully, but these errors were encountered: