From 4c5e430dd3fcd38c29bfbc20dc0cc65defd33224 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 3 Jan 2015 23:11:59 +0100 Subject: Update for Rustc --- examples/support/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/support') diff --git a/examples/support/mod.rs b/examples/support/mod.rs index 6904653..42ce6a4 100644 --- a/examples/support/mod.rs +++ b/examples/support/mod.rs @@ -80,7 +80,7 @@ impl Context { } #[cfg(target_os = "android")] -static VERTEX_DATA: [f32, ..15] = [ +static VERTEX_DATA: [f32; 15] = [ -0.5, -0.5, 1.0, 0.0, 0.0, 0.0, 0.5, 0.0, 1.0, 0.0, 0.5, -0.5, 0.0, 0.0, 1.0 -- cgit v1.2.3