diff options
| author | Flaise <[email protected]> | 2019-07-29 09:54:58 -0500 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2019-07-30 10:36:45 +0100 |
| commit | 5ea817b1ffdb796eb6292b780b58e1a14bf4d873 (patch) | |
| tree | 00ff40b1fd8c6a658ff77fede21464fefb697bf4 /Cargo.toml | |
| parent | Updated to support SDK version 1.45 on Mac OS (diff) | |
| download | steamworks-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.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |