aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cursor.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-03-25 19:57:38 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-03-25 20:27:18 +0100
commitcedc85c55032afca28fe9b4a1bd11499267f6009 (patch)
treeea7126ccb056d6b8da8e668abc75e924308e907a /examples/cursor.rs
parent63d2cd263ee3e68118213ae5b8ba1326fc3ee03e (diff)
downloadglutin-cedc85c55032afca28fe9b4a1bd11499267f6009.tar.gz
glutin-cedc85c55032afca28fe9b4a1bd11499267f6009.zip
Rustup
Diffstat (limited to 'examples/cursor.rs')
-rw-r--r--examples/cursor.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/cursor.rs b/examples/cursor.rs
index 0dced66..c5bcbd6 100644
--- a/examples/cursor.rs
+++ b/examples/cursor.rs
@@ -1,3 +1,5 @@
+#![feature(std_misc)]
+
#[cfg(target_os = "android")]
#[macro_use]
extern crate android_glue;