Move pipeline into the constellation crate.

This commit is contained in:
Ms2ger 2016-05-20 15:32:14 +02:00
parent 383cdd450f
commit 76fae9fa28
11 changed files with 19 additions and 14 deletions

View file

@ -10,8 +10,8 @@ cd "$(git rev-parse --show-toplevel)" # cd into repo root so make sure paths wor
# files that should not contain "unwrap"
FILES=("components/compositing/compositor.rs"
"components/compositing/pipeline.rs"
"components/constellation/constellation.rs"
"components/constellation/pipeline.rs"
"ports/glutin/lib.rs"
"ports/glutin/window.rs")