1 2 3 4 5 6 7 8 9 10 11
//! Project panel widget //! //! Unified list of Clips & Compositions with drag-and-drop support mod project; pub mod project_ui; pub mod project_events; pub use project::ProjectActions; pub use project_ui::render; pub use project_events::*;