diff --git a/resources/icon.png b/resources/icon.png new file mode 100644 index 0000000..e5adf30 Binary files /dev/null and b/resources/icon.png differ diff --git a/sailfish/src/lib.rs b/sailfish/src/lib.rs index d4b60f3..034afdc 100644 --- a/sailfish/src/lib.rs +++ b/sailfish/src/lib.rs @@ -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};