创建简单的消息框
由 Lucas Kent 创建
使用旧的 Rust 2015
#963 in GUI
46KB 240 行
为任何平台创建原生消息框
simple_message_box::create_message_box("Hello, World!", "Some Title");
目前支持 Windows 和 X11,正在寻找 macOS 和 wayland 的支持。
待办事项
~0–290KB