https://github.com/rukai/simple-message-box
Create a native message box on any platform
https://github.com/rukai/simple-message-box
Last synced: about 2 months ago
JSON representation
Create a native message box on any platform
- Host: GitHub
- URL: https://github.com/rukai/simple-message-box
- Owner: rukai
- Created: 2018-07-26T07:49:24.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T13:47:32.000Z (about 6 years ago)
- Last Synced: 2025-04-10T05:15:35.251Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 43.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple_message_box [](https://travis-ci.com/rukai/simple-message-box) [](https://ci.appveyor.com/project/rukai/simple-message-box) [](https://crates.io/crates/simple-message-box)
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
## macOS
TODO
## X11
## Wayland
TODO