mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 21:18:36 +00:00
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:
parent
2eb3f8c337
commit
9776ebef90
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -2,7 +2,6 @@
|
||||
[package]
|
||||
name = "xtask"
|
||||
version = "0.1.0"
|
||||
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
|
||||
edition = "2018"
|
||||
publish = false
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user