forked from PistonDevelopers/conrod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add notice of stepping down as maintainer
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
1 parent
88424a4
commit 08403e4
Showing
11 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|