mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-10 21:03:56 +08:00
Implement the Desktop clipboard logic natively using rust. This uses the arboard crate for clipboard functionality. This change consists of 3 portions: * Rust component. * Updating renderer to call main using electron ipc. * Update main to listen to renderer ipc and forward calls to the native clipboard module. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| src | ||
| .gitignore | ||
| build.js | ||
| build.rs | ||
| Cargo.lock | ||
| Cargo.toml | ||
| index.d.ts | ||
| index.js | ||
| package.json | ||