aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Parrill <[email protected]>2019-06-05 22:26:21 -0400
committerMatthew Collins <[email protected]>2019-06-09 23:50:11 +0100
commit99051706e18f66f2e63494242dda41e7a7256971 (patch)
tree13024d70399eb3fa57b106cec85d85874a8f629a /Cargo.toml
parent0.5.1 (and 0.5.0 for sys) (diff)
downloadsteamworks-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.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8a47a54..cc588be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"