theme-detector 1.0.0

Detect GTK and Qt themes, icons, fonts, cursors, and wallpapers across Linux desktop environments.
Documentation
[dependencies.dbus]
optional = true
version = "0.9.10"

[dependencies.gio]
optional = true
version = "0.22.0-alpha.2"

[dependencies.glib]
optional = true
version = "0.22.0-alpha.2"

[dependencies.libc]
optional = true
version = "1.0.0-alpha.2"

[dependencies.libloading]
optional = true
version = "0.9.0"

[[example]]
name = "usage"
path = "examples/usage.rs"

[features]
dconf = ["libloading", "libc"]
default = []
gsettings = ["gio", "glib"]
xfconf = ["dbus"]

[lib]
name = "theme_detector"
path = "src/lib.rs"

[package]
authors = ["CELESTIFYX Team <celestifyx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os::linux-apis"]
description = "Detect GTK and Qt themes, icons, fonts, cursors, and wallpapers across Linux desktop environments."
edition = "2024"
keywords = ["gtk", "qt", "theme", "linux", "desktop"]
license = "GPL-3.0-or-later"
name = "theme-detector"
readme = false
repository = "https://gitlab.com/celestifyx/theme-detector"
version = "1.0.0"