``` error: process didn't exit successfully: `target\debug\examples\000-basic-window.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND) PS C:\hlpx\codei\rusti\learn-opengl> cargo run --example 001-triangle-arrays1 Compiling learn-opengl v0.0.1-alpha.0 (C:\hlpx\codei\rusti\learn-opengl) Finished dev [unoptimized + debuginfo] target(s) in 0.79s Running `target\debug\examples\001-triangle-arrays1.exe` error: process didn't exit successfully: `target\debug\examples\001-triangle-arrays1.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND) PS C:\hlpx\codei\rusti\learn-opengl> ```