diff options
-rw-r--r-- | examples/input-codegen/Cargo.toml | 2 | ||||
-rw-r--r-- | examples/render-quad/Cargo.toml | 2 | ||||
-rw-r--r-- | stockton-contrib/Cargo.toml | 4 | ||||
-rw-r--r-- | stockton-input-codegen/Cargo.toml | 4 | ||||
-rw-r--r-- | stockton-input/Cargo.toml | 2 | ||||
-rw-r--r-- | stockton-skeleton/Cargo.toml | 2 |
6 files changed, 8 insertions, 8 deletions
diff --git a/examples/input-codegen/Cargo.toml b/examples/input-codegen/Cargo.toml index 3fc010f..91acefd 100644 --- a/examples/input-codegen/Cargo.toml +++ b/examples/input-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "input-codegen" version = "0.1.0" -authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" [dependencies] diff --git a/examples/render-quad/Cargo.toml b/examples/render-quad/Cargo.toml index 7e7f57c..68b804f 100644 --- a/examples/render-quad/Cargo.toml +++ b/examples/render-quad/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "render-quad" version = "0.1.0" -authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" [dependencies] diff --git a/stockton-contrib/Cargo.toml b/stockton-contrib/Cargo.toml index ba7a70f..48850f4 100644 --- a/stockton-contrib/Cargo.toml +++ b/stockton-contrib/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stockton-contrib" version = "0.1.0" -authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,4 +15,4 @@ legion = { version = "^0.3" } default = ['delta_time'] delta_time = [] -flycam = []
\ No newline at end of file +flycam = [] diff --git a/stockton-input-codegen/Cargo.toml b/stockton-input-codegen/Cargo.toml index b0b01ea..b5a298e 100644 --- a/stockton-input-codegen/Cargo.toml +++ b/stockton-input-codegen/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stockton-input-codegen" version = "0.1.0" -authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" [lib] @@ -12,4 +12,4 @@ stockton-input = { path = "../stockton-input" } syn = { version = "1.0.44", features = ["full"] } proc-macro2 = "1.0.24" quote = "1.0.7" -convert_case = "0.4.0"
\ No newline at end of file +convert_case = "0.4.0" diff --git a/stockton-input/Cargo.toml b/stockton-input/Cargo.toml index 92fcaac..93b68be 100644 --- a/stockton-input/Cargo.toml +++ b/stockton-input/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stockton-input" version = "0.1.0" -authors = ["Oscar Shrimpton <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" [dependencies] diff --git a/stockton-skeleton/Cargo.toml b/stockton-skeleton/Cargo.toml index f0edf6d..9a6b0f5 100644 --- a/stockton-skeleton/Cargo.toml +++ b/stockton-skeleton/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "stockton-skeleton" version = "0.1.0" -authors = ["Oscar <oscar.shrimpton.personal@gmail.com>"] +authors = ["Aria Shrimpton <me@aria.rip>"] edition = "2018" [dependencies] |