aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 20:35:16 +0000
committerMatthew Collins <[email protected]>2018-02-27 20:35:16 +0000
commitf5f48786d68cc0d06e11d4082be559ab97528485 (patch)
tree302c4d6a86ea718520837a077ad923233e321c93 /steamworks-sys
parentTry and make the accessors generic over the client and server (diff)
downloadsteamworks-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.toml2
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"