aboutsummaryrefslogtreecommitdiff
path: root/examples/hello-world.rs
blob: 835de227d4b2c2d2609da81652285ba22ef17663 (plain)
1
2
3
4
5
use shit_wx_sys as wx;

fn main() {
    wx::message_box("sample text");
}