Skip to content

Commit

Permalink
Update script to Godot 4.3 and CEF 128
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Sep 3, 2024
1 parent afc050b commit 7162f2a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions addons/gdcef/README.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
4 changes: 2 additions & 2 deletions addons/gdcef/doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7162f2a

Please sign in to comment.