| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace failure with thiserror | adumbidiot | 2020-09-22 | 1 | -110/+110 |
| | | |||||
| * | Rework to use the new flat steam api | Matthew Collins | 2020-02-22 | 1 | -109/+109 |
| | | |||||
| * | SteamError is Copy and Clone, adjusted callback type constraints | Flaise | 2019-08-22 | 1 | -2/+2 |
| | | |||||
| * | Made serde dependency optional | Flaise | 2019-08-03 | 1 | -1/+4 |
| | | |||||
| * | Implemented Serialize, Deserialize and other common traits where appropriate | Flaise | 2019-08-03 | 1 | -2/+3 |
| | | |||||
| * | Implement the cloud storage api | Matthew Collins | 2019-06-05 | 1 | -1/+1 |
| | | |||||
| * | Generate the bindings from the provided json file instead of bindgen (Fixes #3) | Matthew Collins | 2019-03-16 | 1 | -109/+109 |
| | | | | | Allow us to remove the hack for accessing packed structs | ||||
| * | Fix building with older steam sdks | Matthew Collins | 2018-05-05 | 1 | -8/+0 |
| | | |||||
| * | Rework how the sys crate is generated | Matthew Collins | 2018-05-05 | 1 | -114/+114 |
| | | | | | | Due to packing issues with steam's structs we use wrapper methods to access the fields and create the structs. | ||||
| * | Improve error handling | Matthew Collins | 2018-02-27 | 1 | -13/+501 |
| | | |||||
| * | Initial commit | Matthew Collins | 2017-09-06 | 1 | -0/+17 |