rustpm 0.2.2

A fast, friendly APT frontend with kernel, desktop, and sources management
1
2
3
4
5
6
7
pub mod desktop_panel;
pub mod history_panel;
pub mod kernel_panel;
pub mod package_table;
pub mod search_panel;
pub mod sources_panel;
pub mod update_panel;