mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-26 22:53:15 -04:00
Syntax fix in Cargo.toml (#644)
This commit is contained in:
committed by
Francesca Frangipane
parent
a70bc20829
commit
54a782c8ae
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "winit"
|
||||
version = "0.17.2"
|
||||
authors = ["The winit contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
authors = ["The winit contributors", "Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
||||
description = "Cross-platform window creation library."
|
||||
keywords = ["windowing"]
|
||||
license = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user