A high level crate for the Chromium Embedded Framework. See cef-sys for more.
Some platform specific setup is required to make the examples runnable.
-
Copy
Chromium Embedded Framework.framework
to/Library/Frameworks
so that it can be found by rustc in compile time and the dynamic linker in runtime -
Copy the
libEGL.dylib
andlibGLESv2.dylib
inChromium Embedded Framework.framework/Libraries
to/usr/lib
or/usr/local/lib
so that they can be found by the dynamic linker in runtime -
Copy the
Chromium Embedded Framework.framework/Resources
directory to this directory so that it can be accessed by the executable