export-cef-dir-146.5.0+146.0.10 is not a library.
export-cef-dir
Export files from the prebuilt Chromium Embedded Framework
archive on any supported platform. The structure of the exported directory matches the way that
the cef-dll-sys crate expects to see them.
To use the target directory when building, set the CEF_PATH environment variable to the path of the
exported directory, e.g., ~/.local/share/cef.
To use the DLLs in this directory at runtime, the library loader path varies by platform:
- Linux
- macOS
- Windows (using PowerShell)
$env:PATH = "$env:PATH;$env:CEF_PATH"