first commit
This commit is contained in:
commit
15cf412840
255 changed files with 47845 additions and 0 deletions
11
src/app/components/playback/mod.rs
Normal file
11
src/app/components/playback/mod.rs
Normal file
|
@ -0,0 +1,11 @@
|
|||
mod component;
|
||||
mod playback_controls;
|
||||
mod playback_info;
|
||||
mod playback_widget;
|
||||
pub use component::*;
|
||||
|
||||
use glib::prelude::*;
|
||||
|
||||
pub fn expose_widgets() {
|
||||
playback_widget::PlaybackWidget::static_type();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue