forked from brendanzab/gl-rs
-
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.
Bump version numbers of gl_generator and gl crates
- Loading branch information
1 parent
29fa78b
commit 3d1811e
Showing
5 changed files
with
25 additions
and
11 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 = "gl" | ||
version = "0.5.2" | ||
version = "0.6.0" | ||
authors = ["Brendan Zabarauskas <[email protected]>", | ||
"Corey Richardson", | ||
"Arseny Kapoulkine" | ||
|
@@ -14,7 +14,7 @@ repository = "https://github.com/bjz/gl-rs/" | |
readme = "README.md" | ||
|
||
[build-dependencies] | ||
gl_generator = { version = "0.4.2", path = "../gl_generator" } | ||
gl_generator = { version = "0.5.0", path = "../gl_generator" } | ||
|
||
[dev-dependencies] | ||
glutin = "0.4" |
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,7 +1,7 @@ | ||
[package] | ||
|
||
name = "gl_generator" | ||
version = "0.4.2" | ||
version = "0.5.0" | ||
authors = ["Brendan Zabarauskas <[email protected]>", | ||
"Corey Richardson", | ||
"Arseny Kapoulkine" | ||
|
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