Skip to content
/ cef Public
forked from dungeonfog/cef

Safe Wrapper Around the Chromium Embedded Framework (WIP)

Notifications You must be signed in to change notification settings

anlumo/cef

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cef

A high level crate for the Chromium Embedded Framework. See (cef-sys)[https://github.com/anlumo/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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%