You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Ported Windows backend from `winapi` to `windows-sys`.
6
+
***Breaking:** Take a reference to a window instead of owning the window.
7
+
* Add a `from_raw` function for directly using raw handles.
8
+
***Breaking:** Add feature flags for `x11` and `wayland` backends.
9
+
* Use static dispatch instead of dynamic dispatch for the backends.
10
+
* Add `libxcb` support to the X11 backend.
11
+
12
+
# 0.1.1
13
+
14
+
* Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
15
+
* CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!)
16
+
17
+
# 0.1.0
18
+
19
+
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.
Copy file name to clipboardExpand all lines: README.md
+1-10Lines changed: 1 addition & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,13 +103,4 @@ fn main() {
103
103
Changelog
104
104
---------
105
105
106
-
See git tags for associated commits.
107
-
108
-
0.1.1
109
-
-----
110
-
- Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
111
-
- CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!)
112
-
113
-
0.1.0
114
-
-----
115
-
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and WIndows.
106
+
See the [changelog][./CHANGELOG.md] for a list of this package's versions and the changes made in each version.
0 commit comments