Update my name

This commit is contained in:
Gwilym Inzani 2023-07-23 20:00:31 +01:00
parent b593b90701
commit e2f14094fc
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
[package]
name = "agb_tracker_interop"
version = "0.16.0"
authors = ["Gwilym Inzani <gw@ilym.me>"]
edition = "2021"
license = "MPL-2.0"
description = "Library for interop between tracker plugins and agb itself. Designed for use with the agb library for the Game Boy Advance."

View file

@ -1,6 +1,7 @@
[package]
name = "agb_tracker"
version = "0.16.0"
authors = ["Gwilym Inzani <gw@ilym.me>"]
edition = "2021"
license = "MPL-2.0"
description = "Library for playing tracker music. Designed for use with the agb library for the Game Boy Advance."

View file

@ -1,7 +1,7 @@
[package]
name = "agb_xm_core"
version = "0.16.0"
authors = ["Gwilym Kuiper <gw@ilym.me>"]
authors = ["Gwilym Inzani <gw@ilym.me>"]
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"