From e27a9a27404785af74dd65b2ad29a446f981294b Mon Sep 17 00:00:00 2001 From: Aevyrie Date: Tue, 5 Mar 2024 16:08:13 -0800 Subject: [PATCH] Attempt docs.rs build fix --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89074a98..e93e0aec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_picking" -version = "0.18.0" +version = "0.18.1" authors = ["Aevyrie "] edition = "2021" license = "MIT OR Apache-2.0" @@ -63,7 +63,6 @@ bevy = { version = "0.13", default-features = false, features = [ "zstd", "tonemapping_luts", ] } -bevy_mod_picking = { path = "" } [features] all = [