Skip to content

Commit 08883d7

Browse files
committed
Bumped version to 0.1.1, updated README.md, added changelog to README.md
1 parent dac3671 commit 08883d7

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
authors = ["David Johnson <[email protected]>"]
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ For now, the priority for new platforms is:
4040

4141
✅: Present | ❌: Absent
4242
- AndroidNdk ❌
43-
- AppKit ✅ (Thanks to [Seo Sanghyeon](https://github.com/sanxiyn)!)
43+
- AppKit ✅ (Thanks to [Seo Sanghyeon](https://github.com/sanxiyn) and [lunixbochs](https://github.com/lunixbochs)!)
4444
- Orbital ❌
4545
- UiKit ❌
4646
- Wayland ✅ (Wayland support in winit is immature at the moment, so it might be wise to force X11 if you're using winit)
47-
- Web ✅
47+
- Web ✅ (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
4848
- Win32 ✅
4949
- WinRt ❌
5050
- Xcb ❌
@@ -98,4 +98,18 @@ fn main() {
9898
}
9999
});
100100
}
101-
```
101+
```
102+
103+
Changelog
104+
---------
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.

0 commit comments

Comments
 (0)