https://github.com/polymeilex/sctk-adwaita
Adwaita-like SCTK Frame
https://github.com/polymeilex/sctk-adwaita
Last synced: about 1 year ago
JSON representation
Adwaita-like SCTK Frame
- Host: GitHub
- URL: https://github.com/polymeilex/sctk-adwaita
- Owner: PolyMeilex
- License: mit
- Created: 2022-04-23T15:00:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T18:14:01.000Z (over 1 year ago)
- Last Synced: 2025-04-10T20:13:45.566Z (about 1 year ago)
- Language: Rust
- Size: 253 KB
- Stars: 30
- Watchers: 7
- Forks: 20
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Adwaita-like SCTK Frame
| | |
|---|---|
|||
|
### Dark mode:

## 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_.
```toml
sctk-adwaita = { default-features = false, features = ["crossfont"] }
```