Auto merge of #347 - as-cii:metal-manifest, r=pcwalton

Add missing Metal shader to resources/MANIFEST

This fixes an issue that caused `pathfinder_metal` to panic when [attempting to load shaders](0f35009215/metal/src/lib.rs (L854)) using the embedded resource loader.

/cc: @nathansobo
This commit is contained in:
bors-servo 2020-06-16 11:37:25 -04:00 committed by GitHub
commit 1b63996fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ shaders/metal/debug_texture.fs.metal
shaders/metal/debug_texture.vs.metal shaders/metal/debug_texture.vs.metal
shaders/metal/demo_ground.fs.metal shaders/metal/demo_ground.fs.metal
shaders/metal/demo_ground.vs.metal shaders/metal/demo_ground.vs.metal
shaders/metal/fill.cs.metal
shaders/metal/fill.fs.metal shaders/metal/fill.fs.metal
shaders/metal/fill.vs.metal shaders/metal/fill.vs.metal
shaders/metal/reproject.fs.metal shaders/metal/reproject.fs.metal