ardaku / sprengui

Rust Native-ish GUI Toolkit - Designed for use with Cala, but not limited to Cala.
Apache License 2.0
2 stars 2 forks source link

Implement `Notifier` on `Window` #7

Closed AldaronLau closed 2 years ago

AldaronLau commented 2 years ago

Implement the Notifier trait on Window, currently can just always return Pending - to be filled out later.