-
-
Notifications
You must be signed in to change notification settings - Fork 481
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
README.md
s to crate.io crates. (#1124)
Add `README.md`s to crate.io crates.
- Loading branch information
1 parent
2c997b6
commit 3b56571
Showing
12 changed files
with
31 additions
and
17 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
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,10 +1,11 @@ | ||
[package] | ||
name = "glutin_egl_sys" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["The glutin contributors", "Hal Gentz <[email protected]>"] | ||
description = "The egl bindings for glutin" | ||
repository = "https://github.com/tomaka/glutin" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
build = "build.rs" | ||
edition = "2018" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# glutin_egl_sys | ||
|
||
Glutin's egl bindings. |
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,10 +1,11 @@ | ||
[package] | ||
name = "glutin_examples" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["The glutin contributors", "Hal Gentz <[email protected]>"] | ||
description = "Examples for glutin" | ||
repository = "https://github.com/tomaka/glutin" | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
build = "build.rs" | ||
edition = "2018" | ||
publish = false | ||
|
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,10 +1,11 @@ | ||
[package] | ||
name = "glutin_gles2_sys" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["The glutin contributors", "Hal Gentz <[email protected]>"] | ||
description = "The gles2 bindings for glutin" | ||
repository = "https://github.com/tomaka/glutin" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
build = "build.rs" | ||
edition = "2018" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# glutin_gles2_sys | ||
|
||
Glutin's gles2 bindings. |
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,10 +1,11 @@ | ||
[package] | ||
name = "glutin_glx_sys" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["The glutin contributors", "Hal Gentz <[email protected]>"] | ||
description = "The glx bindings for glutin" | ||
repository = "https://github.com/tomaka/glutin" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
build = "build.rs" | ||
edition = "2018" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# glutin_glx_sys | ||
|
||
Glutin's glx bindings. |
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,10 +1,11 @@ | ||
[package] | ||
name = "glutin_wgl_sys" | ||
version = "0.1.1" | ||
version = "0.1.2" | ||
authors = ["The glutin contributors", "Hal Gentz <[email protected]>"] | ||
description = "The wgl bindings for glutin" | ||
repository = "https://github.com/tomaka/glutin" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
build = "build.rs" | ||
edition = "2018" | ||
|
||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# glutin_wgl_sys | ||
|
||
Glutin's wgl bindings. |