diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 20:30:40 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 20:30:40 +0000 |
| commit | e99c0e0adc490b94b037838757bfa6647f3c3568 (patch) | |
| tree | 1ab022877d951a111820b5c0a1d35facac3ef6ee /Cargo.toml | |
| parent | Add accessors for `SteamId`'s inner values (diff) | |
| download | steamworks-rs-e99c0e0adc490b94b037838757bfa6647f3c3568.tar.xz steamworks-rs-e99c0e0adc490b94b037838757bfa6647f3c3568.zip | |
Try and make the accessors generic over the client and server
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,10 +1,9 @@ [package] name = "steamworks" -version = "0.1.0" +version = "0.2.0" authors = ["matt"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" -license-file = "LICENSE-MIT" repository = "https://github.com/Thinkofname/steamworks-rs" documentation = "https://docs.rs/steamworks" keywords = ["steam", "gamedev"] |