[dependencies.bitflags]
version = "2.4.0"
[dependencies.ffi]
package = "libhelium-sys"
version = "0.1.0"
[dependencies.futures-channel]
version = "0.3"
[dependencies.gdk]
package = "gdk4"
version = "0.7"
[dependencies.gdk-pixbuf]
version = "0.18"
[dependencies.gio]
version = "0.18"
[dependencies.glib]
version = "0.18"
[dependencies.gtk]
package = "gtk4"
version = "0.7"
[dependencies.libc]
version = "0.2"
[dependencies.once_cell]
version = "1.8"
[dependencies.pango]
version = "0.18"
[features]
gtk_v4_10 = ["gtk_v4_8"]
gtk_v4_2 = []
gtk_v4_4 = ["gtk_v4_2"]
gtk_v4_6 = ["gtk_v4_4"]
gtk_v4_8 = ["gtk_v4_6"]
v1_1 = ["ffi/v1_1"]
v1_2 = ["v1_1", "ffi/v1_2"]
v1_3 = ["v1_2", "ffi/v1_3"]
v1_4 = ["v1_2", "ffi/v1_4"]
v1_5 = ["v1_2", "ffi/v1_5"]
v1_6 = ["v1_2", "ffi/v1_6"]
[lib]
name = "libhelium"
[package]
authors = ["Lleyton Gray <lleyton@fyralabs.com>"]
categories = ["api-bindings", "gui"]
description = "Rust bindings for libhelium"
documentation = "https://github.com/tau-OS/rust"
edition = "2021"
homepage = "https://docs.developers.tauos.co/rust/libhelium/"
keywords = ["gtk4-rs", "tauos", "GUI"]
license = "MIT"
name = "libhelium"
readme = "README.md"
repository = "https://github.com/tau-OS/rust"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]