1 The best description for the role of this component I can come up with is: 2 3 Random utilities for building UIs. 4 5 ... that's kind of sad, since I like components that are focused on specific 6 purposes, but there always seems to be one of these gathering places in a 7 project and this is it. Specifically, code seems to be added here because it's 8 needed by more than one toplevel directory. 9 10 Over time, we should shrink this component and move focused, related items out 11 into separate components under src/ui (see previous examples in ui/gfx and 12 ui/events). 13 14