Skip to content

Commit 3ea4cf1

Browse files
committed
Remove deprecated webgl support via stdweb
It appears that the only "target" our `webgl_generator` supports is `stdweb`, a project that hasn't been maintained and updated either. Remove everything related to it to simplify maintenance and progress of this crate. As already mentioned in #524 these bindings appear to be fully superseded by other projects. The `webgl` XML contents remain as part of `khronos_api`.
1 parent 3959fc4 commit 3ea4cf1

File tree

19 files changed

+0
-2302
lines changed

19 files changed

+0
-2302
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
members = [
33
"gl",
44
"gl_generator",
5-
"webgl_stdweb",
6-
"webgl_generator",
75
"tests/test_add_registries",
86
"tests/test_gen_symbols",
97
"tests/test_no_warnings",
108
"tests/test_symbols",
119
"tests/test_unstable_api",
1210
"tests/test_with_extensions",
13-
"tests/test_webgl_stdweb",
1411
"khronos_api",
1512
]
1613

README.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,3 @@ khronos_api = "3.1.0"
5656
```sh
5757
git submodule update --init
5858
```
59-
60-
### webgl_generator
61-
62-
[![Version](https://img.shields.io/crates/v/webgl_generator.svg)](https://crates.io/crates/webgl_generator) [![License](https://img.shields.io/crates/l/webgl_generator.svg)](https://github.com/brendanzab/gl-rs/blob/master/LICENSE) [![Downloads](https://img.shields.io/crates/d/webgl_generator.svg)](https://crates.io/crates/webgl_generator)
63-
64-
[README](https://github.com/brendanzab/gl-rs/tree/master/webgl_generator)
65-
66-
Code generators for creating bindings to the WebGL APIs.
67-
68-
```toml
69-
[build-dependencies]
70-
webgl_generator = "0.2.0"
71-
```
72-
73-
### webgl-stdweb
74-
75-
[![Version](https://img.shields.io/crates/v/webgl_stdweb.svg)](https://crates.io/crates/webgl_stdweb) [![License](https://img.shields.io/crates/l/webgl_stdweb.svg)](https://github.com/brendanzab/gl-rs/blob/master/LICENSE) [![Downloads](https://img.shields.io/crates/d/webgl_stdweb.svg)](https://crates.io/crates/webgl_stdweb)
76-
77-
[README](https://github.com/brendanzab/gl-rs/tree/master/webgl_stdweb)
78-
79-
WebGL bindings using stdweb
80-
81-
```toml
82-
[build-dependencies]
83-
webgl_stdweb = "0.3.0"
84-
```

tests/test_webgl_stdweb/Cargo.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

tests/test_webgl_stdweb/build.rs

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/test_webgl_stdweb/lib.rs

Lines changed: 0 additions & 30 deletions
This file was deleted.

webgl_generator/Cargo.toml

Lines changed: 0 additions & 26 deletions
This file was deleted.

webgl_generator/README.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

webgl_generator/lib.rs

Lines changed: 0 additions & 33 deletions
This file was deleted.

webgl_generator/utils.rs

Lines changed: 0 additions & 84 deletions
This file was deleted.

webgl_generator/webgl_generators/mod.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)