diff --git a/README.md b/README.md index 71e5242..4e92009 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ **Announcement: for Linux users for version >= 0.10.0, exporting LD_LIBRARY_PATH or LD_PRELOAD is no longer needed! Do not forget to remove them from your environment (i.e. bashrc)!** -# Chromium Embedded Framework as Godot 4.2 native extension +# Chromium Embedded Framework as Godot 4.3 native extension This repository contains the source code of some C++ classes wrapping a subset of the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/wiki/Home) -API into a Godot 4.2 native extension (GDExtension) which allows you to +API into a Godot > 4.2 native extension (GDExtension) which allows you to implement a web browser for your 2D and 3D games through your gdscripts for Linux and Windows. We have named this CEF GDExtension module `gdcef`. diff --git a/addons/gdcef/README.md b/addons/gdcef/README.md index 2fc9ade..300f3da 100644 --- a/addons/gdcef/README.md +++ b/addons/gdcef/README.md @@ -1,8 +1,8 @@ -# Chromium Embedded Framework as Godot 4.2 native module +# Chromium Embedded Framework as Godot 4.3 native module This repository contains the source code of some C++ classes wrapping a subset of the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/wiki/Home) -API into a Godot 4.2 native module (GDExtension) which allows you to +API into a Godot > 4.2 native module (GDExtension) which allows you to implement a web browser for your 2D and 3D games through your gdscripts for Linux and Windows. We have named this CEF GDExtension module `gdcef`. diff --git a/addons/gdcef/doc/installation.md b/addons/gdcef/doc/installation.md index b854319..afd2d9f 100644 --- a/addons/gdcef/doc/installation.md +++ b/addons/gdcef/doc/installation.md @@ -2,7 +2,7 @@ This repository contains the source code of some C++ classes wrapping a subset of the [Chromium Embedded Framework](https://bitbucket.org/chromiumembedded/cef/wiki/Home) -API into a Godot 4.2+ GDExtension which allows you to implement a web +API into a Godot 4.3 GDExtension which allows you to implement a web browser for your 2D and 3D games through your gdscripts for Linux and for Windows. We have named this CEF GDExtension `gdcef`. @@ -89,7 +89,7 @@ instead. ### Compilation of the GDExtension for Godot < 4.2 -This module is probably not compatible with Godot 4.0 and 4.1. Please use Godot 4.2. +This module is probably not compatible with Godot 4.0 and 4.1. Please use Godot >= 4.2. ### Compilation of the GDExtension for Godot >= 4.2