mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 14:24:18 +00:00
Fix attributions
This commit is contained in:
parent
2b83cf3155
commit
11ce974c0a
@ -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" }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user