Nercury / rust-and-opengl-lessons

Collection of example code for learning OpenGL in Rust
Apache License 2.0
381 stars 52 forks source link

Cargo Command in Lesson 06 #4

Closed CaptainKraft closed 6 years ago

CaptainKraft commented 6 years ago

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.

Nercury commented 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 .