rust-windowing/glutin

Running window example gives error

ReallySnazzy opened this issue · 1 comments

Running cargo run --example window gives the following error on a fresh clone or when running on the v0.30.3 release:

error: expected item, found `..`
 --> glutin-winit\build.rs:1:1
  |
1 | ../glutin/build.rs
  | ^^ expected item

The contents of the mentioned glutin-winit\build.rs are:

../glutin/build.rs

My rustc version rustc 1.68.0-nightly

Enable symlinks in your git or copy the file from glutin folder.