Go to file
Laurenz 5f4dde0a6b Remove inline alignment from stack
The current inline alignment is very broken and leads to lots of subtle weirdness. Getting rid of it simplifies the stack's interface a lot. At a later point either:
- inline alignment will be added back in a better way, or
- all nodes will be able to expand or align themselves, meaning that the stack's children take care of their alignment
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 Remove inline alignment from stack 2021-10-23 20:22:47 +02:00
tests Remove inline alignment from stack 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