X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bounding_box.rs;fp=bounding_box.rs;h=5cc4b18c0c5d6b0cf1eee9e69f933ebca5b05f4b;hb=a885862cc3b66323bd8d3c449e2a4f913082a973;hp=a08246e6dfe179416710c80c38174391625a499b;hpb=a9403c5b68afe3ad9d759bfe101c1e57bc279f13;p=mandelwow.git diff --git a/bounding_box.rs b/bounding_box.rs index a08246e..5cc4b18 100644 --- a/bounding_box.rs +++ b/bounding_box.rs @@ -1,4 +1,4 @@ -use cube::Cube; +use crate::cube::Cube; use glium; use glium::{Display, Program, Surface}; use glium::index::{IndexBuffer, PrimitiveType};