dias 0.2.0

Minimal cross-platform support for common platform specific things, intended for small games for web plus desktopy platforms.
Documentation
1
2
3
4
5
pub struct DummyExiter;

impl super::Exiter for DummyExiter {
    fn exit(&mut self) {}
}