aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add `Client::init_app()` which removes the need for `steam_appid.txt`William Venner2021-04-211-0/+5
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-13/+13
|
* Made serde dependency optionalFlaise2019-08-031-1/+2
|
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-1/+1
|
* Updated to support SDK version 1.45 on Mac OSFlaise2019-07-301-2/+2
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-5/+5
| | | | Allow us to remove the hack for accessing packed structs
* Replace Cow<str> with String in the APIMatthew Collins2018-03-011-2/+2
| | | | | | | The steamworks API states that returned strings may be freed at any time and must not be stored. Also adds a way to get the current user's name.
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-271-3/+3
|
* Add some basic docs to parts of the apiMatthew Collins2018-02-171-0/+37
|
* Allow the use of the api across threadsMatthew Collins2018-02-171-1/+1
|
* Initial commitMatthew Collins2017-09-061-0/+112