[package]
name = "sctk-adwaita"
version = "0.8.3"
edition = "2021"
authors = ["Poly <marynczak.bartlomiej@gmail.com>"]
keywords = ["sctk"]
license = "MIT"
repository = "https://github.com/PolyMeilex/sctk-adwaita"
documentation = "https://docs.rs/sctk-adwaita"
description = "Adwaita-like SCTK Frame"
[dependencies]
log = "0.4"
memmap2 = { version = "0.9.0", optional = true }
tiny-skia = { version = "0.11", default-features = false, features = [
"std",
"simd",
] }
smithay-client-toolkit = { version = "0.18.0", default_features = false }
crossfont = { version = "0.8.0", optional = true }
ab_glyph = { version = "0.2.17", optional = true }
[features]
default = ["ab_glyph"]
crossfont = ["dep:crossfont"]
ab_glyph = ["dep:ab_glyph", "memmap2"]