mirror of
https://github.com/mii443/rust-openvr.git
synced 2025-08-23 00:35:31 +00:00
Make ToTexture public
This commit is contained in:
@ -3,13 +3,13 @@
|
|||||||
name = "ovr"
|
name = "ovr"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = [
|
authors = [
|
||||||
"Colin Sherratt",
|
"Colin Sherratt",
|
||||||
"Erick Tryzelaar"
|
"Erick Tryzelaar"
|
||||||
]
|
]
|
||||||
|
|
||||||
build = "./scripts/compile-for-cargo"
|
build = "./scripts/compile-for-cargo"
|
||||||
|
|
||||||
[[lib]]
|
[lib]
|
||||||
|
|
||||||
name = "ovr"
|
name = "ovr"
|
||||||
path = "src/oculus-vr/lib.rs"
|
path = "src/oculus-vr/lib.rs"
|
||||||
|
@ -1047,7 +1047,7 @@ impl FrameTiming {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trait ToTexture {
|
pub trait ToTexture {
|
||||||
fn to_texture(&self) -> ll::Texture;
|
fn to_texture(&self) -> ll::Texture;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user