simple-message-box 0.0.2

Create a simple message box
Documentation

simple_message_box Build Status Build status Crates.io

Create a native message box for any platform:

simple_message_box::create_message_box("Hello, World!", "Some Title");

Currently supports Windows and X11, looking for macOS and wayland support.

Windows

Windows Example

macOS

TODO

X11

X11 Example

Wayland

TODO