A high level crate for the Chromium Embedded Framework. See (cef-sys)[https://github.com/anlumo/cef-sys] for more.
Some platform specific setup is required to make the examples runnable.
-
Copy
Chromium Embedded Framework.frameworkto/Library/Frameworksso that it can be found by rustc in compile time and the dynamic linker in runtime -
Copy the
libEGL.dylibandlibGLESv2.dylibinChromium Embedded Framework.framework/Librariesto/usr/libor/usr/local/libso that they can be found by the dynamic linker in runtime -
Copy the
Chromium Embedded Framework.framework/Resourcesdirectory to this directory so that it can be accessed by the executable