Skip to content

Commit

Permalink
Fix shader include (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasyte authored Jun 18, 2021
1 parent 294a875 commit 3ce4b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include = [
"/LICENSE",
"/README.md",
"/img/pixels.png",
"/shaders/*.spv",
"/shaders/*.wgsl",
"/src/**/*",
]

Expand Down

0 comments on commit 3ce4b75

Please sign in to comment.