Closed CaptainKraft closed 6 years ago
Thanks, fixed.
On Fri, 3 Aug 2018, 18:33 Jeremiah Goerdt, notifications@github.com wrote:
The command you have in the tutorial: cargo new --vcs none gl should probably be cargo new --vcs none --lib gl
The directory tree you show implies that you mean to create a new lib, rather than a binary project.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Nercury/rust-and-opengl-lessons/issues/4, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGexNcsZcImR1vmIYBPqwOSESOV6u47ks5uNG0_gaJpZM4VuMyx .
The command you have in the tutorial:
cargo new --vcs none gl
should probably becargo new --vcs none --lib gl
The directory tree you show implies that you mean to create a new lib, rather than a binary project.