From 3ce4b75ad921fe52901118874177afe432250e58 Mon Sep 17 00:00:00 2001 From: Jay Oster Date: Thu, 17 Jun 2021 20:21:05 -0700 Subject: [PATCH] Fix shader include (#178) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d550bb1..817e2ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = [ "/LICENSE", "/README.md", "/img/pixels.png", - "/shaders/*.spv", + "/shaders/*.wgsl", "/src/**/*", ]