mirror of
https://github.com/servo/servo.git
synced 2025-09-09 22:48:21 +01:00
Rename glutin port to winit
This commit is contained in:
parent
693ff29858
commit
a33c75cbec
24 changed files with 12 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue