mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-09 17:08:32 +00:00
add deprecation note to readme
This commit is contained in:
parent
34ce3ac803
commit
eff23a770a
|
@ -1,5 +1,7 @@
|
|||
# Discord RPC
|
||||
|
||||
> This library has been deprecated in favor of Discord's GameSDK. [Learn more here](https://discordapp.com/developers/docs/game-sdk/sdk-starter-guide)
|
||||
|
||||
This is a library for interfacing your game with a locally running Discord desktop client. It's known to work on Windows, macOS, and Linux. You can use the lib directly if you like, or use it as a guide to writing your own if it doesn't suit your game as is. PRs/feedback welcome if you have an improvement everyone might want, or can describe how this doesn't meet your needs.
|
||||
|
||||
Included here are some quick demos that implement the very minimal subset to show current status, and
|
||||
|
|
Loading…
Reference in a new issue