Hi! I'm not sure if this is just related to bevy or if it's an idsue with my wm (awesomewm), but when I close the window using the normal method for window managers (which I've checked, and should just send WM_DELETE_WINDOW) bevy prints out the nice normal messages about how there are no windows open, so it exits bevy, but I have a println!() after the app.run(); and it's not printing anything after this.
I'm not sure if this is expected or not