-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fontdrasil #79
Fontdrasil #79
Conversation
fontdrasil will be shared by FE and BE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this mostly moves existing stuff to the new crate so LGTM, but see minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bunch of nits and observations of unknown value inline. 💁
All much appreciated, helps me learn as well as improving the code |
Introduce a crate for things FE and BE both use. Naming based on yggdrasil, the world tree that connects norse realms, to keep the "fontir" style alive.
Intent is a future BE crate will have it's own Context and use the same machinery. Split out of #76.