aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Remove libc dependencyadumbidiot2021-03-201-1/+0
|
* Fix doc buildsMatthew Collins2021-02-271-7/+7
|
* Set version to 0.7.0Matthew Collins2021-02-271-2/+2
|
* Replace failure with thiserroradumbidiot2020-09-221-1/+1
|
* Bump version to 0.6.1Matthew Collins2020-01-251-1/+1
|
* Expand workshop supportMatthew Collins2020-01-251-2/+2
|
* Made serde dependency optionalFlaise2019-08-031-1/+1
|
* Implemented Serialize, Deserialize and other common traits where appropriateFlaise2019-08-031-0/+1
|
* Fix for thread contention causing errors on Mac OS and segfaults on WindowsFlaise2019-07-301-0/+4
|
* Add Utils::set_warning_callback for logging Steam warningsAlex Parrill2019-06-091-0/+1
|
* 0.5.1 (and 0.5.0 for sys)Matthew Collins2019-06-061-2/+2
|
* Implement the cloud storage apiMatthew Collins2019-06-051-0/+1
|
* Set versions to 0.5.0 and 0.4.0 (for sys)Matthew Collins2019-03-231-2/+2
|
* Generate the bindings from the provided json file instead of bindgen (Fixes #3)Matthew Collins2019-03-161-6/+6
| | | | Allow us to remove the hack for accessing packed structs
* Version 0.4.1Matthew Collins2018-06-261-1/+1
|
* Rework how the sys crate is generatedMatthew Collins2018-05-051-2/+2
| | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs.
* Minor bump due to slight mistake with last publishMatthew Collins2018-05-021-1/+1
|
* Add restart_app_if_necessaryMatthew Collins2018-05-021-1/+1
|
* 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.
* Don't require the manager to implement Clone for the client to be clonableMatthew Collins2018-03-011-1/+1
|
* Initial support for serversMatthew Collins2018-02-281-1/+1
|
* Implement user authentication session methodsMatthew Collins2018-02-271-1/+1
|
* Fix the author in the Cargo.tomlMatthew Collins2018-02-271-1/+1
|
* Try and make the accessors generic over the client and serverMatthew Collins2018-02-271-2/+1
|
* Update Cargo.tomlMatthew Collins2018-02-271-0/+10
|
* Add a feature for docs-only buildsMatthew Collins2018-02-271-0/+5
|
* Improve error handlingMatthew Collins2018-02-271-1/+1
|
* Include a version for `-sys`Matthew Collins2018-02-181-1/+1
|
* Update depsMatthew Collins2018-02-151-2/+2
|
* Update bitflagsMatthew Collins2018-02-151-1/+1
|
* Initial steam callbacks workMatthew Collins2017-09-061-1/+2
| | | | | | The callback system requires the use of C++ classes. I've ended up linking a static lib that forwards a rust closure to a C++ class.
* Initial commitMatthew Collins2017-09-061-0/+14