From 48542e61b4ed2c169ceb7b6193cbac351ba95707 Mon Sep 17 00:00:00 2001 From: salvadordf Date: Sat, 16 Sep 2023 19:58:01 +0200 Subject: [PATCH] Added links to other CEF wrappers --- README.md | 6 ++++++ update_CEF4Delphi.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4408fe2b..53b6ead6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,12 @@ Delphinus-Support * [DCPcrypt](https://sourceforge.net/projects/lazarus-ccr/files/DCPcrypt/) * [PasDoc](https://pasdoc.github.io/) * [Chromium](https://chromium.googlesource.com/chromium/src/) +* [CefSharp](https://github.com/cefsharp/CefSharp) +* [CefGlue](https://gitlab.com/xiliumhq/chromiumembedded/cefglue) +* [Cef2Go](https://github.com/cztomczak/cef2go) +* [Energy](https://github.com/energye/energy) +* [java-cef](https://bitbucket.org/chromiumembedded/java-cef) +* [cefpython](https://github.com/cztomczak/cefpython) ## Other resources * [Learn Delphi](https://learndelphi.org/) diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index c9da0e5b..e53aa8d1 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 515, + "InternalVersion" : 516, "Name" : "cef4delphi_lazarus.lpk", "Version" : "116.0.23" }