Remove single-option union type
Use my libwayland bindings
Move to namespaced/pure enums
Strick Wlr prefix (it's ugly)
Rearrange types as necessary for compilation
Sure would be nice to have mutually dependent types in Nim, huh...
Convert casing to camelCase for ease manipulation
This allows for systematically renaming symbols without messing up the
(needed) importc pragmas.
Start over with wlroots 0.15.1
Fix recursive types by using one type block
Add procs.nim and remove duplicate types
Refactor types to Nim's style
Populate with translated Nim code
Initialize directory structure