PenguLoader / PenguLoader

✨ The ultimate JavaScript plugin loader, build your unmatched LoL Client.
https://pengu.lol
Do What The F*ck You Want To Public License
346 stars 56 forks source link

Feat/all cef libs #120

Closed VanillaMaster closed 1 month ago

VanillaMaster commented 1 month ago

updated include versin 91.1.22 => 91.1.23 (that league acutally uses) image

added all libs from cef project (using lfs, so not on github due to bandwidth limits)

q: for what reason ? a: libcef_dll_wrapper.lib required by some c++ class based cef apis

VanillaMaster commented 1 month ago

probably whould be better to create PenguLoader workspace and reupload repo to it, but it must be done by project member

nomi-san commented 1 month ago

Chromium project and CEF are compatible on the same minor version, these patches 91.1.22 and 91.1.23 are no different in API calls (and data types). This project does not use any C++ CEF wrapper API, licef_wrapper is redundant.