Remove authors key from Cargo.toml

The field is now optional (as of Rust 1.53) and no longer used by crates.io (as per Rust RFC 3052)
This commit is contained in:
dbr 2022-11-30 10:15:38 +10:30
parent 2eb3f8c337
commit 9776ebef90
7 changed files with 0 additions and 7 deletions

View File

@ -2,7 +2,6 @@
name = "imgui-examples"
version = "0.0.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "imgui crate examples using Glium backend"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
name = "imgui-glium-renderer"
version = "0.9.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "Glium renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
name = "imgui-glow-renderer"
version = "0.9.0"
edition = "2018"
authors = ["jmaargh and the imgui-rs Developers"]
description = "glow renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
name = "imgui-sys"
version = "0.9.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "Raw FFI bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
name = "imgui-winit-support"
version = "0.9.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "winit support code for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
name = "imgui"
version = "0.9.0"
edition = "2018"
authors = ["The imgui-rs Developers"]
description = "High-level Rust bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"

View File

@ -2,7 +2,6 @@
[package]
name = "xtask"
version = "0.1.0"
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
edition = "2018"
publish = false