Fix logo icon url

This commit is contained in:
Kogia-sima 2020-06-14 02:50:24 +09:00
parent 008b1bf6ea
commit a8b3856977
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/Kogia-sima/sailfish/master/resources/logo.png"
html_logo_url = "https://raw.githubusercontent.com/Kogia-sima/sailfish/master/resources/icon.png"
)]
pub mod runtime;