systemicons 0.2.2

With this lib you can retrive the system icon which is associated to a certain file extension. The icon will be in the .png format. Windows and Linux (GTK) are supperted.
Documentation
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.5"

[dev-dependencies.warp]
version = "0.3"

[package]
authors = ["Uwe Riegel <uriegel@hotmail.de>"]
description = "With this lib you can retrive the system icon which is associated to a certain file extension. The icon will be in the .png format. Windows and Linux (GTK) are supperted."
edition = "2018"
license = "MIT"
name = "systemicons"
readme = "README.md"
repository = "https://github.com/uriegel/systemicons"
version = "0.2.2"
[target."cfg(target_os=\"linux\")".dependencies.gio-sys]
version = "0.10"

[target."cfg(target_os=\"linux\")".dependencies.glib]
version = "0.10"

[target."cfg(target_os=\"linux\")".dependencies.glib-sys]
version = "0.10"

[target."cfg(target_os=\"linux\")".dependencies.gtk]
version = "0.9"

[target."cfg(target_os=\"linux\")".dependencies.gtk-sys]
version = "0.10"
[target."cfg(target_os=\"windows\")".dependencies.image]
version = "0.23"

[target."cfg(target_os=\"windows\")".dependencies.winapi]
features = ["winuser"]
version = "0.3"

[target."cfg(target_os=\"windows\")".dependencies.winit]
version = "0.25"