jjant / runty8

A Pico8 clone in Rust.
MIT License
222 stars 17 forks source link

Favicon for web builds #70

Closed lesleyrs closed 1 year ago

lesleyrs commented 1 year ago

I didn't find a way to add a favicon to wasm and winit doesn't support it, do we just add it to the index.html and put the logo in the game-template locally?

https://github.com/rust-windowing/winit/issues/1072

jjant commented 1 year ago

Yes, I think just adding the icon in the index.html makes sense.