Skip to content

Commit

Permalink
Update version number in Readme (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Oct 13, 2023
1 parent 22440a6 commit e535efa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mozangle
========

Mozillas fork of Google ANGLE, repackaged as a Rust crate.
Mozilla's fork of Google ANGLE, repackaged as a Rust crate.

* [ANGLE] is an implementation of OpenGL ES. Its official build system is `gn`, from Chromium's
[depot_tools].
Expand Down Expand Up @@ -35,7 +35,7 @@ ANGLE supports more platforms, this crate only configures the Direct3D 11 render

```toml
[dependencies]
mozangle = { version = "0.3", features = ["egl"] }
mozangle = { version = "0.4", features = ["egl"] }
```


Expand Down

0 comments on commit e535efa

Please sign in to comment.