mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
chore: move steamvr_utils to util module
This commit is contained in:
parent
8fb9e1c1f1
commit
74414ea938
4 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,6 @@ pub mod paths;
|
||||||
pub mod profile;
|
pub mod profile;
|
||||||
pub mod profiles;
|
pub mod profiles;
|
||||||
pub mod steam_linux_runtime_injector;
|
pub mod steam_linux_runtime_injector;
|
||||||
pub mod steamvr_utils;
|
|
||||||
pub mod termcolor;
|
pub mod termcolor;
|
||||||
pub mod ui;
|
pub mod ui;
|
||||||
pub mod util;
|
pub mod util;
|
||||||
|
|
|
@ -18,8 +18,8 @@ use crate::{
|
||||||
paths::{get_data_dir, get_home_dir},
|
paths::{get_data_dir, get_home_dir},
|
||||||
profile::{LighthouseDriver, Profile, XRServiceType},
|
profile::{LighthouseDriver, Profile, XRServiceType},
|
||||||
stateless_action,
|
stateless_action,
|
||||||
steamvr_utils::chaperone_info_exists,
|
|
||||||
util::file_utils::{get_writer, mount_has_nosuid},
|
util::file_utils::{get_writer, mount_has_nosuid},
|
||||||
|
util::steamvr_utils::chaperone_info_exists,
|
||||||
xr_devices::XRDevice,
|
xr_devices::XRDevice,
|
||||||
};
|
};
|
||||||
use adw::{prelude::*, ResponseAppearance};
|
use adw::{prelude::*, ResponseAppearance};
|
||||||
|
|
|
@ -1,2 +1,3 @@
|
||||||
pub mod file_utils;
|
pub mod file_utils;
|
||||||
pub mod hash;
|
pub mod hash;
|
||||||
|
pub mod steamvr_utils;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue