From 11ce974c0a3ef5b0d6642413dbce1a15f62ec6ed Mon Sep 17 00:00:00 2001 From: marc0246 <40955683+marc0246@users.noreply.github.com> Date: Sun, 7 May 2023 15:05:24 +0200 Subject: [PATCH] Fix attributions --- examples/Cargo.toml | 7 +++++-- vulkano-macros/Cargo.toml | 5 +---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 767faeb7..9c14be30 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -2,7 +2,10 @@ name = "examples" version = "0.1.0" edition = "2021" -authors = ["Pierre Krieger "] +authors = [ + "Pierre Krieger ", + "The vulkano contributors", +] publish = false [dependencies] @@ -26,4 +29,4 @@ ron = "0.8" serde = { version = "1.0", features = ["derive"] } # Glium has still not been updated to the latest winit version -winit_glium = { package = "winit", version = "0.27.1"} +winit_glium = { package = "winit", version = "0.27.1" } diff --git a/vulkano-macros/Cargo.toml b/vulkano-macros/Cargo.toml index d1ef6d3d..edf8d3d2 100644 --- a/vulkano-macros/Cargo.toml +++ b/vulkano-macros/Cargo.toml @@ -2,10 +2,7 @@ name = "vulkano-macros" version = "0.33.0" edition = "2021" -authors = [ - "Pierre Krieger ", - "The vulkano contributors", -] +authors = ["The vulkano contributors"] repository = "https://github.com/vulkano-rs/vulkano" description = "Macros used by Vulkano" license = "MIT/Apache-2.0"