stardust-xr-schemas 1.4.0

Stardust XR core schemas, generated from flatbuffers automatically
Documentation
//! Contains From/Into impls for flatbuffers types to mint types.

pub use flatbuffers;

mod common;
pub use common::*;
mod hand;
pub use hand::*;
mod input_data;
pub use input_data::*;
mod pointer;
pub use pointer::*;
mod tip;
pub use tip::*;

pub use crate::generated::message;