Go to file
Laurenz 6690bc2354 Revise block node contract
Frames produced by block nodes are now always treated as exactly one per
given region and a frame must not be larger than its respective region.
Any overflow must be handled internally. This means that stack and grid
don't need to search for fitting regions anymore, since the child has
already does that for them. This commit further moves stack spacing into
a new `SpacingNode`.
2021-10-23 20:22:47 +02:00
.github Bump dependencies 2021-06-30 00:52:50 +02:00
benches Rename `State` to `Style` and move it into its own module 2021-10-10 21:04:10 +02:00
fonts New default fonts 2021-09-30 22:50:14 +02:00
src Revise block node contract 2021-10-23 20:22:47 +02:00
tests Revise block node contract 2021-10-23 20:22:47 +02:00
tools No hashtag before else anymore 2021-09-30 18:28:25 +02:00
.gitignore Make frames serializable 📚 2021-04-21 21:17:25 +02:00
Cargo.toml Iterate over grapheme clusters instead of chars 2021-10-05 17:57:30 +02:00
NOTICE New default fonts 2021-09-30 22:50:14 +02:00
rustfmt.toml Make frames serializable 📚 2021-04-21 21:17:25 +02:00