| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add `Client::init_app()` which removes the need for `steam_appid.txt` | William Venner | 2021-04-21 | 1 | -0/+5 |
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 1 | -13/+13 |
| * | Made serde dependency optional | Flaise | 2019-08-03 | 1 | -1/+2 |
| * | Implemented Serialize, Deserialize and other common traits where appropriate | Flaise | 2019-08-03 | 1 | -1/+1 |
| * | Updated to support SDK version 1.45 on Mac OS | Flaise | 2019-07-30 | 1 | -2/+2 |
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 1 | -5/+5 |
| * | Replace Cow<str> with String in the API | Matthew Collins | 2018-03-01 | 1 | -2/+2 |
| * | Try and make the accessors generic over the client and server | Matthew Collins | 2018-02-27 | 1 | -3/+3 |
| * | Add some basic docs to parts of the api | Matthew Collins | 2018-02-17 | 1 | -0/+37 |
| * | Allow the use of the api across threads | Matthew Collins | 2018-02-17 | 1 | -1/+1 |
| * | Initial commit | Matthew Collins | 2017-09-06 | 1 | -0/+112 |