From f806c894e37fc7c85d1988f160109cc5510f9460 Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Mon, 13 Jul 2026 08:56:35 -0700 Subject: [PATCH] Update version number in Readme Signed-off-by: Alex Touchet <26315797+atouchet@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index afd2e2a0e..dd5429cfd 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ ANGLE supports more platforms, this crate only configures the Direct3D 11 render ```toml [dependencies] -mozangle = { version = "0.5", features = ["egl"] } +mozangle = { version = "0.6", features = ["egl"] } ```