simple-message-box 0.0.2

Create a simple message box
Documentation
  • Coverage
  • 25%
    1 out of 4 items documented0 out of 1 items with examples
  • Size
  • Source code size: 57.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.45 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 21s Average build duration of successful builds.
  • all releases: 21s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rukai/simple-message-box
    2 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rukai

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