Skip to content

Commit 9ad653f

Browse files
committed
Examples do not need to depend on khronos_api
1 parent fe37058 commit 9ad653f

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

gl_tests/test_gen_symbols/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ path = "lib.rs"
99

1010
[build-dependencies]
1111
gl_generator = { path = "../../gl_generator" }
12-
khronos_api = { path = "../../khronos_api" }

gl_tests/test_no_warnings/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ path = "lib.rs"
99

1010
[build-dependencies]
1111
gl_generator = { path = "../../gl_generator" }
12-
khronos_api = { path = "../../khronos_api" }

gl_tests/test_no_warnings/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
extern crate gl_generator;
16-
extern crate khronos_api;
1716

1817
use gl_generator::*;
1918
use std::env;

gl_tests/test_symbols/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ path = "lib.rs"
99

1010
[build-dependencies]
1111
gl_generator = { path = "../../gl_generator" }
12-
khronos_api = { path = "../../khronos_api" }

gl_tests/test_symbols/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
// limitations under the License.
1414

1515
extern crate gl_generator;
16-
extern crate khronos_api;
1716

1817
use gl_generator::*;
1918
use std::env;

0 commit comments

Comments
 (0)