Riley Denoyer

Results 2 issues of Riley Denoyer

On MacOS, the following code will cause a `segfault` when the user quits the application using `command+Q`: ```csharp using Glfw; // ... public static void Main() { using var window...

bug

The module used to use the `sys` module which is now deprecated. I replaced it with `util` which isn't.