api changes
This commit is contained in:
@@ -1,4 +1,11 @@
|
||||
pub mod api;
|
||||
//! Abstracted API over WebXR and OpenXR
|
||||
//!
|
||||
//! This crate is intended to be used as a common API for cross platform projects. It was primarily
|
||||
//! made for use in Bevy, but can be used elsewhere.
|
||||
//!
|
||||
//! To get started, create an [Entry] with [Entry](Entry#method.new)
|
||||
|
||||
mod api;
|
||||
pub mod api_traits;
|
||||
pub mod backend;
|
||||
pub mod error;
|
||||
@@ -10,3 +17,5 @@ pub mod prelude {
|
||||
pub use super::error::*;
|
||||
pub use super::types::*;
|
||||
}
|
||||
|
||||
pub use api::*;
|
||||
|
||||
Reference in New Issue
Block a user