File tree 1 file changed +16
-11
lines changed
1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -38,17 +38,22 @@ For now, the priority for new platforms is:
38
38
39
39
(PRs will be accepted for any platform, even if it does not follow the above priority.)
40
40
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
52
57
53
58
WebAssembly
54
59
-----------
You can’t perform that action at this time.
0 commit comments