From 26ade9c7a6c5092d1717d9ad96d882c8e37a178e Mon Sep 17 00:00:00 2001 From: Michael Morgan Date: Mon, 15 Oct 2018 15:38:35 -0500 Subject: [PATCH] Add logo image to HTML documentation (#1076) --- vulkano/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/vulkano/src/lib.rs b/vulkano/src/lib.rs index 0c8a97a0..120e705f 100644 --- a/vulkano/src/lib.rs +++ b/vulkano/src/lib.rs @@ -7,6 +7,7 @@ // notice may not be copied, modified, or distributed except // according to those terms. +#![doc(html_logo_url = "https://raw.githubusercontent.com/vulkano-rs/vulkano/master/logo.png")] //! Safe and rich Rust wrapper around the Vulkan API. //! //! # Brief summary of Vulkan