aboutsummaryrefslogtreecommitdiffstats
path: root/examples/vsync.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vsync.rs')
-rw-r--r--examples/vsync.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/vsync.rs b/examples/vsync.rs
index ec9ea79..768bfc0 100644
--- a/examples/vsync.rs
+++ b/examples/vsync.rs
@@ -1,3 +1,5 @@
+#![feature(std_misc)]
+
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;