Add logo icon for docs.rs

This commit is contained in:
Kogia-sima 2020-06-14 02:47:20 +09:00
parent 733e1a6c63
commit 008b1bf6ea
2 changed files with 4 additions and 0 deletions

BIN
resources/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -1,3 +1,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/Kogia-sima/sailfish/master/resources/logo.png"
)]
pub mod runtime;
pub use runtime::{RenderError, RenderResult};