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 /steamworks-sys | |
| 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
Diffstat (limited to 'steamworks-sys')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |