add deprecation note to readme

This commit is contained in:
msciotti 2019-07-10 14:39:38 -07:00
parent 34ce3ac803
commit eff23a770a
No known key found for this signature in database
GPG key ID: 40FADA25CF0EAD84

View file

@ -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