aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-11-14 02:04:39 -0700
committerMelody Horn <melody@boringcactus.com>2021-11-14 02:04:39 -0700
commitb0b7b736fa33be1e363d20c134793082e42e7047 (patch)
tree967cd10ceedc35642c480e16a4f9acb1a0f17448 /examples
parent2c422c2841f24be9a3fb65b1bf090bc847bae2b4 (diff)
downloadshit-wx-sys-canon.tar.gz
shit-wx-sys-canon.zip
holy shit did something just fucking workHEADcanon
Diffstat (limited to 'examples')
-rw-r--r--examples/hello-world.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hello-world.rs b/examples/hello-world.rs
index 9928016..835de22 100644
--- a/examples/hello-world.rs
+++ b/examples/hello-world.rs
@@ -1,5 +1,5 @@
use shit_wx_sys as wx;
fn main() {
- wx::message_box();
+ wx::message_box("sample text");
}