mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
Key the element glue on static type projections
This commit is contained in:
@@ -61,7 +61,7 @@ impl std::fmt::Debug for WgpuExecutor {
|
||||
}
|
||||
|
||||
/// Owned Arc handle carrying the executor as an ordinary wire value.
|
||||
#[derive(Clone, Debug)]
|
||||
#[derive(Clone, Debug, dyn_any::DynAny)]
|
||||
pub struct WgpuExecutorHandle(pub std::sync::Arc<WgpuExecutor>);
|
||||
|
||||
impl std::ops::Deref for WgpuExecutorHandle {
|
||||
|
||||
Reference in New Issue
Block a user