diff options
Diffstat (limited to 'examples/cursor.rs')
-rw-r--r-- | examples/cursor.rs | 2 |
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; |