Refactor windows to be components without any `winit` code. This should probably be done in a new crate. - [ ] winow attributes - [ ] easily modify window attributes - [ ] sync window attributes with winit
Refactor windows to be components without any
winitcode. This should probably be done in a new crate.