mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-09-16 22:59:16 +02:00
chore: Update lib
This commit is contained in:
parent
0eb85fdf7c
commit
c5c5f6761e
30 changed files with 62 additions and 49 deletions
|
@ -8,9 +8,9 @@ use dbus::Error;
|
|||
use glib::subclass::types::ObjectSubclassIsExt;
|
||||
use glib::{clone, Cast};
|
||||
use gtk::{gio, StringList, StringObject};
|
||||
use ReSet_Lib::audio::audio::Card;
|
||||
|
||||
use components::utils::create_dropdown_label_factory;
|
||||
use re_set_lib::audio::audio_structures::Card;
|
||||
|
||||
use crate::components;
|
||||
|
||||
|
|
|
@ -13,8 +13,8 @@ use dbus::{
|
|||
Error,
|
||||
};
|
||||
use gtk::gio;
|
||||
use ReSet_Lib::{
|
||||
audio::audio::{InputStream, OutputStream, Sink, Source},
|
||||
use re_set_lib::{
|
||||
audio::audio_structures::{InputStream, OutputStream, Sink, Source},
|
||||
signals::GetVal,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue