diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 20:35:16 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 20:35:16 +0000 |
| commit | f5f48786d68cc0d06e11d4082be559ab97528485 (patch) | |
| tree | 302c4d6a86ea718520837a077ad923233e321c93 | |
| parent | Try and make the accessors generic over the client and server (diff) | |
| download | steamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.tar.xz steamworks-rs-f5f48786d68cc0d06e11d4082be559ab97528485.zip | |
Fix the author in the Cargo.toml
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ [package] name = "steamworks" version = "0.2.0" -authors = ["matt"] +authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" repository = "https://github.com/Thinkofname/steamworks-rs" diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 173df30..9d8b2dc 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "steamworks-sys" version = "0.1.0" -authors = ["matt"] +authors = ["Thinkofname"] build = "build.rs" description = "Provides raw bindings to the steamworks sdk" license = "MIT / Apache-2.0" |