mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-30 20:54:14 +02:00
* Search and install plugins PoC * Checksum * Tab sidebar for settings * Fix nested tabs, and tweaks * Table for plugin results * Deep links working * Focus window during deep links * Merge branch 'master' into plugin-directory * More stuff
4 lines
68 B
Rust
4 lines
68 B
Rust
pub mod window;
|
|
pub mod platform;
|
|
pub mod api_client;
|
|
pub mod error; |