aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/Cargo.toml
Commit message (Collapse)AuthorAgeFilesLines
* Bump bindgen version to 0.58patch-1James Liu2021-05-071-1/+1
|
* Remove `libc` dependency from `sys` crateadumbidiot2021-03-181-1/+0
|
* Update `sys` crate to edition 2018adumbidiot2021-03-181-0/+1
|
* Fix doc buildsMatthew Collins2021-02-271-2/+2
|
* Set version to 0.7.0Matthew Collins2021-02-271-1/+1
|
* Rework to use the new flat steam apiMatthew Collins2020-02-221-5/+1
|
* Bump version to 0.6.1Matthew Collins2020-01-251-1/+1
|
* Expand workshop supportMatthew Collins2020-01-251-1/+1
|
* 0.5.1 (and 0.5.0 for sys)Matthew Collins2019-06-061-1/+1
|
* Set versions to 0.5.0 and 0.4.0 (for sys)Matthew Collins2019-03-231-2/+1
|
* 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
* Improve the generated wrappersMatthew Collins2018-05-071-1/+1
| | | | Should fix crashes on Windows
* Rework how the sys crate is generatedMatthew Collins2018-05-051-3/+8
| | | | | 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-1/+1
| | | | | | | 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.
* 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
|
* Fix the metadata for the sys crateMatthew Collins2018-02-271-1/+4
|
* Update Cargo.tomlMatthew Collins2018-02-271-0/+4
|
* Add a feature for docs-only buildsMatthew Collins2018-02-271-0/+7
|
* Update depsMatthew Collins2018-02-151-2/+2
|
* Initial steam callbacks workMatthew Collins2017-09-061-1/+4
| | | | | | 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/+8