aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/lib.rs')
-rw-r--r--stockton-render/src/lib.rs12
1 files changed, 0 insertions, 12 deletions
diff --git a/stockton-render/src/lib.rs b/stockton-render/src/lib.rs
index ae902df..7cea5e7 100644
--- a/stockton-render/src/lib.rs
+++ b/stockton-render/src/lib.rs
@@ -15,23 +15,11 @@
* with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-extern crate core;
-
#[cfg(feature = "vulkan")]
extern crate gfx_backend_vulkan as back;
extern crate gfx_hal as hal;
-extern crate shaderc;
-extern crate winit;
-
-extern crate image;
-extern crate log;
extern crate nalgebra_glm as na;
-extern crate stockton_levels;
-extern crate stockton_types;
-
-extern crate arrayvec;
-
#[macro_use]
extern crate legion;