From 0800ce9b926a8f56a951b9b1aefad28ef7982f4c Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Thu, 30 Apr 2020 14:16:52 -0700 Subject: [PATCH] add bevy icon to docs --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 9058c19271..7eab9f47ec 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -34,6 +34,7 @@ //! If you prefer it, you can also consume the individual bevy crates directly. #![feature(min_specialization)] +#![doc(html_logo_url = "https://bevyengine.org/assets/icon.png", html_favicon_url = "https://bevyengine.org/assets/icon.png")] mod add_default_plugins; pub mod prelude;