diff options
| author | Alex Parrill <[email protected]> | 2019-06-05 22:26:21 -0400 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2019-06-09 23:50:11 +0100 |
| commit | 99051706e18f66f2e63494242dda41e7a7256971 (patch) | |
| tree | 13024d70399eb3fa57b106cec85d85874a8f629a /Cargo.toml | |
| parent | 0.5.1 (and 0.5.0 for sys) (diff) | |
| download | steamworks-rs-99051706e18f66f2e63494242dda41e7a7256971.tar.xz steamworks-rs-99051706e18f66f2e63494242dda41e7a7256971.zip | |
Add Utils::set_warning_callback for logging Steam warnings
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -28,3 +28,4 @@ steamworks-sys = {path = "./steamworks-sys", version = "0.5.0"} failure = "0.1.5" bitflags = "1.0.4" libc = "0.2.50" +lazy_static = "1.3.0" |