summary refs log tree commit diff
path: root/gpu_display
diff options
context:
space:
mode:
Diffstat (limited to 'gpu_display')
-rw-r--r--gpu_display/build.rs2
-rw-r--r--gpu_display/examples/simple.rs2
-rw-r--r--gpu_display/src/lib.rs3
3 files changed, 0 insertions, 7 deletions
diff --git a/gpu_display/build.rs b/gpu_display/build.rs
index 33a8653..69c0fae 100644
--- a/gpu_display/build.rs
+++ b/gpu_display/build.rs
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-extern crate cc;
-
 use std::env;
 use std::ffi::OsStr;
 use std::fs;
diff --git a/gpu_display/examples/simple.rs b/gpu_display/examples/simple.rs
index e3499f8..fcf2e54 100644
--- a/gpu_display/examples/simple.rs
+++ b/gpu_display/examples/simple.rs
@@ -1,5 +1,3 @@
-extern crate gpu_display;
-
 use gpu_display::*;
 
 fn main() {
diff --git a/gpu_display/src/lib.rs b/gpu_display/src/lib.rs
index c52e5e9..11a6703 100644
--- a/gpu_display/src/lib.rs
+++ b/gpu_display/src/lib.rs
@@ -4,9 +4,6 @@
 
 //! Crate for displaying simple surfaces and GPU buffers over wayland.
 
-extern crate data_model;
-extern crate sys_util;
-
 mod dwl;
 
 use std::cell::Cell;