Update to latest gtk-rs crates

This commit is contained in:
Tom Wagner
2024-03-23 11:51:04 +01:00
parent 57cba6381b
commit f32559511d
7 changed files with 291 additions and 133 deletions

View File

@@ -28,9 +28,9 @@ use super::PortHandle;
mod imp {
use super::*;
use std::cell::Cell;
use std::cell::{Cell, OnceCell};
use once_cell::{sync::Lazy, unsync::OnceCell};
use once_cell::sync::Lazy;
use pipewire::spa::{param::format::MediaType, utils::Direction};
/// Graphical representation of a pipewire port.