path -> old_path

This commit is contained in:
Colin Sherratt
2015-02-08 15:07:33 -05:00
parent 7fc6b4ef44
commit bddc4741aa

View File

@ -9,7 +9,7 @@ extern crate libc;
use libc::{c_int, c_uint, c_void, c_float, c_double};
use std::default::Default;
use std::ptr;
use std::path::BytesContainer;
use std::old_path::BytesContainer;
use cgmath::Quaternion;
use cgmath::{Vector2, Vector3};