From 3da10f11be5f55a6802b57db132393007b63e847 Mon Sep 17 00:00:00 2001 From: Gwilym Inzani Date: Wed, 26 Jul 2023 10:27:49 +0100 Subject: [PATCH] Use my new married name in all the places it appeared --- agb-image-converter/Cargo.toml | 7 +++++-- agb-macros/Cargo.toml | 2 +- agb-sound-converter/Cargo.toml | 2 +- agb/Cargo.toml | 4 ++-- book/book.toml | 2 +- book/games/pong/Cargo.toml | 2 +- examples/the-hat-chooses-the-wizard/Cargo.toml | 2 +- examples/the-purple-night/Cargo.toml | 6 +++++- tracker/agb-xm/Cargo.toml | 2 +- 9 files changed, 18 insertions(+), 11 deletions(-) diff --git a/agb-image-converter/Cargo.toml b/agb-image-converter/Cargo.toml index 57aa0ea1..23360c86 100644 --- a/agb-image-converter/Cargo.toml +++ b/agb-image-converter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb_image_converter" version = "0.16.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for converting graphics for use on the Game Boy Advance" @@ -11,7 +11,10 @@ repository = "https://github.com/agbrs/agb" proc-macro = true [dependencies] -image = { version = "0.23", default-features = false, features = [ "png", "bmp" ] } +image = { version = "0.23", default-features = false, features = [ + "png", + "bmp", +] } syn = { version = "2", features = ["proc-macro", "parsing"] } proc-macro2 = "1" quote = "1" diff --git a/agb-macros/Cargo.toml b/agb-macros/Cargo.toml index 8586996c..b00fdaeb 100644 --- a/agb-macros/Cargo.toml +++ b/agb-macros/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb_macros" version = "0.16.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Macro for declaring the entry point for a game using the agb library" diff --git a/agb-sound-converter/Cargo.toml b/agb-sound-converter/Cargo.toml index 6ec25288..ae6c8153 100644 --- a/agb-sound-converter/Cargo.toml +++ b/agb-sound-converter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb_sound_converter" version = "0.16.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for converting wavs for use on the Game Boy Advance" diff --git a/agb/Cargo.toml b/agb/Cargo.toml index 390bd225..19127ae6 100644 --- a/agb/Cargo.toml +++ b/agb/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb" version = "0.16.0" -authors = ["Corwin Kuiper ", "Gwilym Kuiper "] +authors = ["Corwin Kuiper ", "Gwilym Inzani "] edition = "2021" description = "Library for Game Boy Advance Development" license = "MPL-2.0" @@ -20,7 +20,7 @@ agb_fixnum = { version = "0.16.0", path = "../agb-fixnum" } agb_hashmap = { version = "0.16.0", path = "../agb-hashmap" } bare-metal = "1" bilge = "0.1" -rustc-hash = { version = "1", default-features = false } +rustc-hash = { version = "1", default-features = false } [package.metadata.docs.rs] default-target = "thumbv4t-none-eabi" diff --git a/book/book.toml b/book/book.toml index 9c02a1e6..7773c7e7 100644 --- a/book/book.toml +++ b/book/book.toml @@ -1,5 +1,5 @@ [book] -authors = ["Gwilym Kuiper", "Corwin Kuiper"] +authors = ["Gwilym Inzani", "Corwin Kuiper"] language = "en" multilingual = false src = "src" diff --git a/book/games/pong/Cargo.toml b/book/games/pong/Cargo.toml index bfbd60ec..96b933e1 100644 --- a/book/games/pong/Cargo.toml +++ b/book/games/pong/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pong" version = "0.1.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" [dependencies] diff --git a/examples/the-hat-chooses-the-wizard/Cargo.toml b/examples/the-hat-chooses-the-wizard/Cargo.toml index ab955aad..641e8a4a 100644 --- a/examples/the-hat-chooses-the-wizard/Cargo.toml +++ b/examples/the-hat-chooses-the-wizard/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "the-hat-chooses-the-wizard" version = "0.1.0" -authors = ["Corwin Kuiper ", "Gwilym Kuiper "] +authors = ["Corwin Kuiper ", "Gwilym Inzani "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/examples/the-purple-night/Cargo.toml b/examples/the-purple-night/Cargo.toml index b8792b89..622ca17b 100644 --- a/examples/the-purple-night/Cargo.toml +++ b/examples/the-purple-night/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "the-purple-night" version = "0.1.0" -authors = ["Corwin Kuiper ", "Gwilym Kuiper ", "Sam Williams"] +authors = [ + "Corwin Kuiper ", + "Gwilym Inzani ", + "Sam Williams", +] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/tracker/agb-xm/Cargo.toml b/tracker/agb-xm/Cargo.toml index a55e8ddc..91f43979 100644 --- a/tracker/agb-xm/Cargo.toml +++ b/tracker/agb-xm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "agb_xm" version = "0.16.0" -authors = ["Gwilym Kuiper "] +authors = ["Gwilym Inzani "] edition = "2021" license = "MPL-2.0" description = "Library for converting XM tracker files for use with agb-tracker on the Game Boy Advance. You shouldn't use this package directly"