kettle11 / kapp

A pure Rust window and input library for Windows, Mac, and Web. (Work in progress)
Apache License 2.0
56 stars 4 forks source link

Enhancement: Set task bar/title bar icon #55

Open lunabunn opened 3 years ago

lunabunn commented 3 years ago
kettle11 commented 3 years ago

Winit has some good discussion on this topic here: https://github.com/rust-windowing/winit/pull/497

On Mac the expected convention is that this is set through the .app bundle. So winit does nothing on Mac.

Probably this feature can be Windows only, and on Mac / Web it will simply do nothing.