Skip to content

Commit 79a2c89

Browse files
TheYahtonnotgull
andauthored
docs: Re-format README.md to add a table
This adds a nice markdown table in Platform support. Co-authored-by: John Nunley <[email protected]>
1 parent 0210232 commit 79a2c89

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,22 @@ For now, the priority for new platforms is:
3838

3939
(PRs will be accepted for any platform, even if it does not follow the above priority.)
4040

41-
✅: Present | ❌: Absent
42-
- AndroidNdk ❌
43-
- AppKit ✅ (Thanks to [Seo Sanghyeon](https://github.com/sanxiyn) and [lunixbochs](https://github.com/lunixbochs)!)
44-
- Orbital ✅
45-
- UiKit ❌
46-
- 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 ✅ (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
48-
- Win32 ✅
49-
- WinRt ❌
50-
- Xcb ✅
51-
- Xlib ✅
41+
| Platform ||
42+
|-----------|--|
43+
|Android NDK||
44+
| AppKit ||
45+
| Orbital ||
46+
| UIKit ||
47+
| Wayland ||
48+
| Web ||
49+
| Win32 ||
50+
| WinRT ||
51+
| XCB ||
52+
| Xlib ||
53+
54+
✅: Present\
55+
❔: Immature\
56+
❌: Absent
5257

5358
WebAssembly
5459
-----------

0 commit comments

Comments
 (0)