add bevy icon to docs

This commit is contained in:
Carter Anderson 2020-04-30 14:16:52 -07:00
parent 52e1f29e02
commit 0800ce9b92

View File

@ -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;