diff options
Diffstat (limited to 'font/Cargo.toml')
-rw-r--r-- | font/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Cargo.toml b/font/Cargo.toml index 163e582d..2c1617e8 100644 --- a/font/Cargo.toml +++ b/font/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "font" version = "0.1.0" -authors = ["Joe Wilm <joe@jwilm.com>"] +authors = ["Christian Duerr <contact@christianduerr.com>", "Joe Wilm <joe@jwilm.com>"] description = "Font rendering using the best available solution per platform" license = "Apache-2.0" |