From 2a27c65ece920f84031773a31a5c7849089ed6c5 Mon Sep 17 00:00:00 2001 From: d9mz <101074954+d9mz@users.noreply.github.com> Date: Sun, 28 Apr 2024 02:04:57 -0700 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2515bdd --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# aya-cef-subprocess +Used internally for [CEF](https://cef-builds.spotifycdn.com/docs/124.2/index.html) subprocesses within the Aya client, loosely based off of [BlocklandCEFSubProcess](https://github.com/ShockFromBL/BlocklandCEF/tree/master/BlocklandCEFSubProcess). + +## dependencies +- [cef-cmake](https://github.com/iboB/cef-cmake) +- [cef 123.0.13+gfc703fb+chromium-123.0.6312.124](https://cef-builds.spotifycdn.com/index.html) +- [cmake](https://cmake.org/)