Remove the icon listing app

This commit is contained in:
Savanni D'Gerinel 2023-03-11 21:37:41 -05:00
parent 7afae36b0d
commit 75c3c5c42d
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
use gtk::prelude::*;
fn main() {
gtk::init();
for name in gtk::IconTheme::new().icon_names() {
println!("{}", name);
}
}