Skip to content

Commit

Permalink
Auto merge of rust-windowing#347 - as-cii:metal-manifest, r=pcwalton
Browse files Browse the repository at this point in the history
Add missing Metal shader to resources/MANIFEST

This fixes an issue that caused `pathfinder_metal` to panic when [attempting to load shaders](https://github.com/servo/pathfinder/blob/0f3500921596bdb2924d7bd62c4f983afc9332ec/metal/src/lib.rs#L854) using the embedded resource loader.

/cc: @nathansobo
  • Loading branch information
bors-servo authored Jun 16, 2020
2 parents a47c703 + cc54fa6 commit 1b63996
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ shaders/metal/debug_texture.fs.metal
shaders/metal/debug_texture.vs.metal
shaders/metal/demo_ground.fs.metal
shaders/metal/demo_ground.vs.metal
shaders/metal/fill.cs.metal
shaders/metal/fill.fs.metal
shaders/metal/fill.vs.metal
shaders/metal/reproject.fs.metal
Expand Down

0 comments on commit 1b63996

Please sign in to comment.