simple
simple copied to clipboard
Update for more modern rust and add some features
It has been a long time since simple was updated. I have found it very useful. I have added full-screen windows and cleaned up the code.
- Rust edition 2024
- Took clippy's advice to suppress warnings
- Add a full screen constructor for the Window
- Add
pub fn drawable_size() -> (u32, u32)toWindow - Add a test for
drawable_size - Make the examples
squaresandcityuse full-screen windows