Skip to content

dungeonfog/cef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

246 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cef

A high level crate for the Chromium Embedded Framework. See cef-sys for more.

Running examples

Some platform specific setup is required to make the examples runnable.

Windows

Linux

macOS

  • 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 and libGLESv2.dylib in Chromium 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

About

Safe Wrapper Around the Chromium Embedded Framework (WIP)

Resources

Stars

58 stars

Watchers

5 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages