Rename glutin port to winit

This commit is contained in:
atouchet 2020-05-27 20:13:15 -07:00
parent 693ff29858
commit a33c75cbec
24 changed files with 12 additions and 13 deletions

View file

@ -17,9 +17,9 @@ cd "$(git rev-parse --show-toplevel)"
PATHS=(
"components/compositing/compositor.rs"
"components/constellation/"
"ports/glutin/headed_window.rs"
"ports/glutin/headless_window.rs"
"ports/glutin/embedder.rs"
"ports/winit/headed_window.rs"
"ports/winit/headless_window.rs"
"ports/winit/embedder.rs"
)
# Make sure the paths exist