gpuikit 0.9.0

A UI toolkit for GPUI applications
Documentation
1
2
3
4
5
6
7
8
# Pinned, not inherited. rustfmt's *style* edition follows the crate's edition
# unless it is set here, so bumping `edition` in Cargo.toml would silently
# reformat every file in the crate — 2024 sorts `use` items case-sensitively,
# which reorders almost every import block. That churn is a change worth making
# on purpose, in its own commit, rather than a side effect of an unrelated one.
# It is set to 2024 because that reformatting has happened; the next style
# edition gets the same treatment.
style_edition = "2024"