Skip to content

Commit

Permalink
Add notice of stepping down as maintainer
Browse files Browse the repository at this point in the history
See PistonDevelopers#1454 for details.

I've also bumped the patch release so that this notice will be visible
on crates.io.
  • Loading branch information
mitchmindtree committed Jan 17, 2022
1 parent 88424a4 commit 08403e4
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

An easy-to-use, 2D GUI library written entirely in Rust.

# NOTICE: Original maintainer stepping down

I'll no longer be maintaining conrod for the reasons discussed
[here](https://github.com/PistonDevelopers/conrod/issues/1454). If you're
looking for a similar yet nicer replacement GUI library, I recommend
[egui](https://crates.io/crates/egui). If you're interested in taking over
maintenance, please express your interest
[here](https://github.com/PistonDevelopers/conrod/issues/1454).

---

Guide
-----

Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_example_shared/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_example_shared"
version = "0.76.0"
version = "0.76.1"
authors = ["mitchmindtree <[email protected]>"]
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
description = "A small crate for sharing common code between conrod examples."
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_gfx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_gfx"
version = "0.76.0"
version = "0.76.1"
authors = ["Mitchell Nordine <[email protected]>"]
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_glium/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_glium"
version = "0.76.0"
version = "0.76.1"
authors = ["Mitchell Nordine <[email protected]>"]
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
description = "An easy-to-use, 100% Rust, extensible 2D GUI library."
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_piston/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_piston"
version = "0.76.0"
version = "0.76.1"
authors = [
"Mitchell Nordine <[email protected]>",
"Sven Nilsen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_rendy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_rendy"
version = "0.76.0"
version = "0.76.1"
authors = [
"David Partouche <[email protected]>",
"mitchmindtree <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_vulkano/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_vulkano"
version = "0.76.0"
version = "0.76.1"
authors = [
"mitchmindtree <[email protected]>",
"Kurble",
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_wgpu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_wgpu"
version = "0.76.0"
version = "0.76.1"
authors = [
"mitchmindtree <[email protected]>",
]
Expand Down
2 changes: 1 addition & 1 deletion backends/conrod_winit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_winit"
version = "0.76.0"
version = "0.76.1"
authors = [
"Mitchell Nordine <[email protected]>",
"Sven Nilsen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion conrod_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_core"
version = "0.76.0"
version = "0.76.1"
authors = [
"Mitchell Nordine <[email protected]>",
"Sven Nilsen <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion conrod_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conrod_derive"
version = "0.76.0"
version = "0.76.1"
authors = ["mitchmindtree <[email protected]>"]
description = "A crate providing procedural macros for the conrod library"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 08403e4

Please sign in to comment.