diff options
| author | Matthew Collins <[email protected]> | 2018-03-01 12:37:03 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-03-01 12:37:46 +0000 |
| commit | 88f79570a5c6fbf78e6fd44ee20bde6472af0824 (patch) | |
| tree | 59732913be6658d9e4b3e56f1954523013e0a7bd /Cargo.toml | |
| parent | Initial support for servers (diff) | |
| download | steamworks-rs-88f79570a5c6fbf78e6fd44ee20bde6472af0824.tar.xz steamworks-rs-88f79570a5c6fbf78e6fd44ee20bde6472af0824.zip | |
Don't require the manager to implement Clone for the client to be clonable
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "steamworks" -version = "0.2.0" +version = "0.2.1" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" |