Skip to content

Releases: notgull/async-winit

v0.2.1

15 Oct 00:52
879879a
Compare
Choose a tag to compare
  • Fixes a compiler error.

v0.2.0

30 Aug 03:24
5d5edcd
Compare
Choose a tag to compare
  • Breaking: Most types now include a ThreadSafety type parameter that controls whether or not it uses thread-safe (Arc, Mutex) or thread-unsafe (Rc, RefCell) primitives.
  • This crate is now dual licensed under LGPL v3 and MPL 2.0, opposite to the previous AGPL v3 licensing.