mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-01 13:48:47 +00:00
chore: format
This commit is contained in:
parent
00e8cfe858
commit
290ee548cd
3 changed files with 3 additions and 3 deletions
|
@ -113,7 +113,7 @@ impl PhysicalXRDevice {
|
||||||
Self::Pico4 => Some(wivrn_profile()),
|
Self::Pico4 => Some(wivrn_profile()),
|
||||||
Self::LynxR1 => Some(wivrn_profile()),
|
Self::LynxR1 => Some(wivrn_profile()),
|
||||||
Self::DellVisor => Some(wmr_profile()),
|
Self::DellVisor => Some(wmr_profile()),
|
||||||
//self::AcerAH101 => Some(wmr_profile()),
|
// Self::AcerAH101 => Some(wmr_profile()),
|
||||||
Self::HPWMR => Some(wmr_profile()),
|
Self::HPWMR => Some(wmr_profile()),
|
||||||
Self::HPReverbG1 => Some(wmr_profile()),
|
Self::HPReverbG1 => Some(wmr_profile()),
|
||||||
Self::HPReverbG2 => Some(wmr_profile()),
|
Self::HPReverbG2 => Some(wmr_profile()),
|
||||||
|
|
|
@ -2,4 +2,4 @@ pub mod lighthouse;
|
||||||
pub mod openhmd;
|
pub mod openhmd;
|
||||||
pub mod survive;
|
pub mod survive;
|
||||||
pub mod wivrn;
|
pub mod wivrn;
|
||||||
pub mod wmr;
|
pub mod wmr;
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
use crate::{
|
use crate::{
|
||||||
constants::APP_NAME,
|
constants::APP_NAME,
|
||||||
paths::{data_monado_path, data_opencomposite_path, data_basalt_path, get_data_dir},
|
paths::{data_basalt_path, data_monado_path, data_opencomposite_path, get_data_dir},
|
||||||
profile::{
|
profile::{
|
||||||
LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures,
|
LighthouseDriver, Profile, ProfileFeature, ProfileFeatureType, ProfileFeatures,
|
||||||
XRServiceType,
|
XRServiceType,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue