fix set/overlay persistence

This commit is contained in:
galister
2025-12-11 17:08:49 +09:00
parent d2a3b7cc63
commit 9c799f360d
13 changed files with 162 additions and 180 deletions

View File

@@ -1,6 +1,5 @@
use std::f32::consts::PI;
use std::process::{Child, Command};
use std::sync::Arc;
use std::{collections::VecDeque, time::Instant};
use glam::{Affine3A, Vec2, Vec3A, Vec3Swizzles};

View File

@@ -1,10 +1,7 @@
use std::{
collections::VecDeque,
ops::Add,
sync::{
atomic::{AtomicBool, Ordering},
Arc,
},
sync::{atomic::Ordering, Arc},
time::{Duration, Instant},
};

View File

@@ -6,7 +6,7 @@ use crate::backend::wayvr::egl_ex::{
};
use super::egl_ex;
use anyhow::{anyhow, Context};
use anyhow::Context;
#[derive(Debug)]
pub struct EGLData {