From e535efaabbb331a1896768f30a02ba54a8baaf3f Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 13 Oct 2023 07:01:57 -0700 Subject: [PATCH] Update version number in Readme (#68) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d50ff92c..bce46c45d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ mozangle ======== -Mozilla’s 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]. @@ -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"] } ```