Fix attributions

This commit is contained in:
marc0246 2023-05-07 15:05:24 +02:00
parent 2b83cf3155
commit 11ce974c0a
No known key found for this signature in database
GPG Key ID: 689CB88C1090C684
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,10 @@
name = "examples"
version = "0.1.0"
edition = "2021"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
authors = [
"Pierre Krieger <pierre.krieger1708@gmail.com>",
"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" }

View File

@ -2,10 +2,7 @@
name = "vulkano-macros"
version = "0.33.0"
edition = "2021"
authors = [
"Pierre Krieger <pierre.krieger1708@gmail.com>",
"The vulkano contributors",
]
authors = ["The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Macros used by Vulkano"
license = "MIT/Apache-2.0"