rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
116 stars 17 forks source link

Add favicon/logo and html_root_url for docs #147

Closed ian-h-chamberlain closed 8 months ago

ian-h-chamberlain commented 8 months ago

Oop, was gonna add this to #146 but @Meziu was too quick for me and merged it already! I think this is probably the last polish I'll add to github pages for now.

Meziu commented 8 months ago

Welp, I had a small change as well to add in #148. Maybe I should take a bit of time before merging :sweat_smile:.

ian-h-chamberlain commented 8 months ago

Confirmed the html_root_url works correctly by redeploying citro3d docs:

https://rust3ds.github.io/citro3d-rs/crates/citro3d/render/enum.ColorFormat.html#impl-From%3CFramebufferFormat%3E-for-ColorFormat

Previously there was no link on FrameBufferFormat but now it links correctly to the ctru docs, nice!