Desktop: Move wrapper to separate crate (#3073)

Move desktop wrapper to separate crate
This commit is contained in:
Timon
2025-08-20 15:41:34 +00:00
committed by GitHub
parent 30e5d66105
commit 2c8913416d
14 changed files with 75 additions and 32 deletions

View File

@@ -1,9 +1,7 @@
use graphene_std::Color;
use std::sync::Arc;
use wgpu_executor::WgpuExecutor;
use winit::window::Window;
use crate::desktop_wrapper::WgpuContext;
use graphite_desktop_wrapper::{Color, WgpuContext, WgpuExecutor};
#[derive(derivative::Derivative)]
#[derivative(Debug)]