Skip to content

Commit d3cc8b8

Browse files
committed
Add ferris logo to docs
1 parent b5735c2 commit d3cc8b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

godot/src/lib.rs

+4
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@
115115
//! The serialized representation underlies **no stability guarantees** and may change at any time, even without a SemVer-breaking change.
116116
//!
117117
118+
#![doc(
119+
html_logo_url = "https://raw.githubusercontent.com/godot-rust/assets/master/gdext/ferris.svg"
120+
)]
121+
118122
#[cfg(doc)]
119123
pub mod __docs;
120124

0 commit comments

Comments
 (0)