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
At the section where you should run cargo add pistoncore-glutin_window, do it.
Run cargo run to download the new dependencies and to see that the program still runs.
Run cargo doc.
It will hang at "Documenting shared_library v0.1.7" for a long time.
In the meantime the Sudoku folder gets bigger and bigger (340 MB and still growing). This shouldn't behave like this. Maybe it would be good to exclude some documentation from being downloaded. I don't believe every doc is needed in this tutorial.
The text was updated successfully, but these errors were encountered:
How to reproduce:
cargo add pistoncore-glutin_window
, do it.cargo run
to download the new dependencies and to see that the program still runs.It will hang at "Documenting shared_library v0.1.7" for a long time.
In the meantime the Sudoku folder gets bigger and bigger (340 MB and still growing). This shouldn't behave like this. Maybe it would be good to exclude some documentation from being downloaded. I don't believe every doc is needed in this tutorial.
The text was updated successfully, but these errors were encountered: