summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-09-27 19:50:53 -0500
committerFederico Mena Quintero <federico@gnome.org>2022-09-27 20:13:22 -0500
commit348efa22fec57730ad0ac7567497fbecaffe618d (patch)
treefc72b40d3e7790bfe774abbe18ceb89f7e6ca1f3
parentee5d3e21df7137a8013551e8048af44505e4d254 (diff)
downloadlibrsvg-348efa22fec57730ad0ac7567497fbecaffe618d.tar.gz
Use the library icon for the Rust API docs
Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/755>
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d93f4ffb..56e71c80 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -136,6 +136,7 @@
//! [SVG 1.1]: https://www.w3.org/TR/SVG11/
//! [SVG 2]: https://www.w3.org/TR/SVG2/
+#![doc(html_logo_url = "https://gnome.pages.gitlab.gnome.org/librsvg/Rsvg-2.0/librsvg-r.svg")]
#![allow(rustdoc::private_intra_doc_links)]
#![allow(clippy::clone_on_ref_ptr)]
#![allow(clippy::not_unsafe_ptr_arg_deref)]