oden/third-party/vendor/sctk-adwaita
2024-03-08 11:03:01 -08:00
..
examples Vendor things 2024-03-08 11:03:01 -08:00
src Vendor things 2024-03-08 11:03:01 -08:00
.cargo-checksum.json Vendor things 2024-03-08 11:03:01 -08:00
Cargo.lock Vendor things 2024-03-08 11:03:01 -08:00
Cargo.toml Vendor things 2024-03-08 11:03:01 -08:00
CHANGELOG.md Vendor things 2024-03-08 11:03:01 -08:00
LICENSE Vendor things 2024-03-08 11:03:01 -08:00
README.md Vendor things 2024-03-08 11:03:01 -08:00

Adwaita-like SCTK Frame

active hover
inactive

Dark mode:

image

Title text: ab_glyph

By default title text is drawn with ab_glyph crate. This can be disabled by disabling default features.

Title text: crossfont

Alternatively title text may be drawn with crossfont crate. This adds a requirement on freetype.

sctk-adwaita = { default-features = false, features = ["crossfont"] }