bindings-cef3 icon indicating copy to clipboard operation
bindings-cef3 copied to clipboard

Bindings for Chromium Embedded Framework CEF3 C API

Results 2 bindings-cef3 issues
Sort by recently updated
recently updated
newest added

I've been poking at a Windows port. Either because I'm on Windows or because I'm using a cabal sandbox, the current include-dirs: arrangement doesn't work for me. The path "./"...

cef3 callbacks returning `cef_time_t` are not implemented. Trying to define them results in "unacceptable return type in foreign declaration" errors. I believe this is because the Haskell FFI cannot return...