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
It's not a very big issue but as GLFW and SDL are downloaded directly in _deps, their relative path calculated here is .., which is not a valid folder name for MSVC (the compilation still works, but it's not displayed correctly).
The text was updated successfully, but these errors were encountered:
Hello
It's not a very big issue but as GLFW and SDL are downloaded directly in _deps, their relative path calculated here is
..
, which is not a valid folder name for MSVC (the compilation still works, but it's not displayed correctly).The text was updated successfully, but these errors were encountered: