refactor: make ready for cargo publishing

This commit is contained in:
Nova
2022-09-17 18:43:04 -04:00
parent ee250b33fa
commit df61f74583
19 changed files with 41 additions and 42 deletions

View File

@@ -16,10 +16,6 @@ use crate::{
use anyhow::{anyhow, bail, Result};
use glam::Mat4;
use lazy_static::lazy_static;
use libstardustxr::{
flex::{flexbuffer_from_arguments, flexbuffer_from_vector_arguments},
flex_to_vec2,
};
use nanoid::nanoid;
use smithay::{
reexports::wayland_server::{
@@ -28,6 +24,10 @@ use smithay::{
},
wayland::{compositor::SurfaceData, shell::xdg::XdgToplevelSurfaceData},
};
use stardust_xr::{
flex::{flexbuffer_from_arguments, flexbuffer_from_vector_arguments},
flex_to_vec2,
};
use std::sync::{Arc, Weak};
use xkbcommon::xkb::{self, ffi::XKB_KEYMAP_FORMAT_TEXT_V1, Keymap};