Fix shader include (#178)

This commit is contained in:
Jay Oster 2021-06-17 20:21:05 -07:00 committed by GitHub
parent 294a875c8e
commit 3ce4b75ad9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ include = [
"/LICENSE", "/LICENSE",
"/README.md", "/README.md",
"/img/pixels.png", "/img/pixels.png",
"/shaders/*.spv", "/shaders/*.wgsl",
"/src/**/*", "/src/**/*",
] ]