rustpm 0.2.15

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