From 126a3aa2c5e9a03366b3c9467ed7646d71ab6003 Mon Sep 17 00:00:00 2001 From: Jan Hohenheim Date: Mon, 19 Feb 2024 02:57:15 +0100 Subject: [PATCH] Fix exclusion --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 504ce72..0430a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "bevy_wind_waker_shader" version = "0.1.0" authors = ["Jan Hohenheim "] edition = "2021" -exclude = ["assets"] +exclude = ["./assets/"] license = "MIT OR Apache-2.0" repository = "https://github.com/janhohenheim/bevy_wind_waker_shader" description = "A toon shader that looks like the one used for characters in The Legend of Zelda: The Wind Waker"