mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-12-04 11:48:19 +00:00
path -> old_path
This commit is contained in:
@@ -9,7 +9,7 @@ extern crate libc;
|
|||||||
use libc::{c_int, c_uint, c_void, c_float, c_double};
|
use libc::{c_int, c_uint, c_void, c_float, c_double};
|
||||||
use std::default::Default;
|
use std::default::Default;
|
||||||
use std::ptr;
|
use std::ptr;
|
||||||
use std::path::BytesContainer;
|
use std::old_path::BytesContainer;
|
||||||
|
|
||||||
use cgmath::Quaternion;
|
use cgmath::Quaternion;
|
||||||
use cgmath::{Vector2, Vector3};
|
use cgmath::{Vector2, Vector3};
|
||||||
|
|||||||
Reference in New Issue
Block a user