From cb8298a46875678a041cf624c277c61eaed617b0 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Wed, 6 Nov 2013 17:14:43 -0800 Subject: [PATCH] Find dependencies through rustpkg --- test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.rs b/test.rs index 3e04499..77bf8ff 100644 --- a/test.rs +++ b/test.rs @@ -7,7 +7,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -extern mod opengles; // FIXME: Should only be for tests. +extern mod opengles = "rust-opengles"; // FIXME: Should only be for tests. use glut::{swap_buffers, GLint}; use self::opengles::gl2::{ARRAY_BUFFER, COLOR_BUFFER_BIT, COMPILE_STATUS}; use self::opengles::gl2::{FRAGMENT_SHADER, LINK_STATUS, NO_ERROR, STATIC_DRAW};