mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +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 std::default::Default;
|
||||
use std::ptr;
|
||||
use std::path::BytesContainer;
|
||||
use std::old_path::BytesContainer;
|
||||
|
||||
use cgmath::Quaternion;
|
||||
use cgmath::{Vector2, Vector3};
|
||||
|
Reference in New Issue
Block a user