From da8c1e321ba3755ba78605b494385cfd16c73f41 Mon Sep 17 00:00:00 2001 From: Hennadii Chernyshchyk Date: Sat, 7 Dec 2024 03:12:09 +0200 Subject: [PATCH] Exclude readme from publishing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c40869..8691f02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" documentation = "https://docs.rs/bevy_atmosphere" homepage = "https://github.com/JonahPlusPlus/bevy_atmosphere" repository = "https://github.com/JonahPlusPlus/bevy_atmosphere" -include = ["/src", "/examples", "/LICENSE*"] +include = ["/src", "/examples/*.rs", "/LICENSE*"] [dependencies] bevy = { version = "0.15", default-features = false, features = [