mirror of
https://github.com/ByteAtATime/raycast-linux.git
synced 2025-09-12 00:46:22 +00:00
feat: basic sidecar functionality for rendering
This commit is contained in:
parent
dac77c76b7
commit
91c1b4e811
14 changed files with 3305 additions and 94 deletions
|
@ -1,6 +1,7 @@
|
|||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
pub fn run() {
|
||||
tauri::Builder::default()
|
||||
.plugin(tauri_plugin_shell::init())
|
||||
.plugin(tauri_plugin_clipboard_manager::init())
|
||||
.plugin(tauri_plugin_opener::init())
|
||||
.run(tauri::generate_context!())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue