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.
Fixes brendanzab#434. This was ultimately caused by brendanzab#426, which updated the khronos_api submodule checkouts. Future updates to khronos_api should probably be treated as major version bumps to avoid this kind of trouble.
- Loading branch information
1 parent
361768e
commit d69af3b
Showing
3 changed files
with
4 additions
and
4 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_generator" | ||
version = "0.6.0" | ||
version = "0.6.1" | ||
authors = ["Brendan Zabarauskas <[email protected]>", | ||
"Corey Richardson", | ||
"Arseny Kapoulkine" | ||
|
@@ -22,6 +22,6 @@ path = "lib.rs" | |
unstable_generator_utils = [] | ||
|
||
[dependencies] | ||
khronos_api = { version = "1.1.0", path = "../khronos_api" } | ||
khronos_api = { version = "2.0.0", path = "../khronos_api" } | ||
log = "0.3.5" | ||
xml-rs = "0.7.0" |
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 = "khronos_api" | ||
version = "1.1.0" | ||
version = "2.0.0" | ||
authors = [ | ||
"Brendan Zabarauskas <[email protected]>", | ||
"Corey Richardson", | ||
|