GstPipelineStudio/src/ui/mod.rs

17 lines
305 B
Rust
Raw Normal View History

// mod.rs
//
// Copyright 2022 Stéphane Cerveau <scerveau@collabora.com>
//
// This file is part of GstPipelineStudio
//
// SPDX-License-Identifier: GPL-3.0-only
pub mod about;
pub mod dialog;
pub mod elements;
pub mod logger;
pub mod message;
pub mod preferences;
pub mod properties;
pub mod treeview;