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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ A simple Discord Rich Presence library for C++ made from scratch.
10
10
-[x] Linux support
11
11
-[x] MacOS support
12
12
-[x] Windows support
13
-
-[x]Out-of-the-box Wine support
13
+
-[ ]~~Out-of-the-box Wine support~~ (postponed until a better solution is found)
14
14
-[ ] Events (join, spectate, etc.)
15
15
-[ ] Auto register (for steam games)
16
16
-[ ] Documentation
@@ -29,7 +29,7 @@ that uses a modern C++ style and has more features.
29
29
-**Buttons**: Undocumented/unimplemented feature in discord, that allows you to add custom links to your presence.
30
30
-**Project integration**: Say goodbye to copying library files or dealing with RapidJSON errors. This library can be easily integrated into your project without any hassle.
31
31
-**Cross-platform**: This library is designed to work on all supported platforms, including Linux, macOS, and Windows.
32
-
-**Wine support**: Library provides internal layer to support Wine, no extra configuration needed.
32
+
-~~**Wine support**: Library provides internal layer to support Wine, no extra configuration needed.~~
0 commit comments