aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorFlaise <[email protected]>2019-07-29 09:54:58 -0500
committerMatthew Collins <[email protected]>2019-07-30 10:36:45 +0100
commit5ea817b1ffdb796eb6292b780b58e1a14bf4d873 (patch)
tree00ff40b1fd8c6a658ff77fede21464fefb697bf4 /Cargo.toml
parentUpdated to support SDK version 1.45 on Mac OS (diff)
downloadsteamworks-rs-5ea817b1ffdb796eb6292b780b58e1a14bf4d873.tar.xz
steamworks-rs-5ea817b1ffdb796eb6292b780b58e1a14bf4d873.zip
Fix for thread contention causing errors on Mac OS and segfaults on Windows
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc588be..524b19b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,3 +29,7 @@ failure = "0.1.5"
bitflags = "1.0.4"
libc = "0.2.50"
lazy_static = "1.3.0"
+
+[dev-dependencies]
+serial_test = "0.2.0"
+serial_test_derive = "0.2.0"