Skip to content

Commit

Permalink
Add menu functionality (#59)
Browse files Browse the repository at this point in the history
* Added core::Channel and menu functionality. core::Channel may leak memory.

* Updated examples to v2 using Leptos.
  • Loading branch information
bicarlsen authored Aug 6, 2024
1 parent 115009d commit ae49310
Show file tree
Hide file tree
Showing 30 changed files with 5,562 additions and 4,066 deletions.
3,911 changes: 1,982 additions & 1,929 deletions Cargo.lock

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions examples/test/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
target
dist
/dist/
/target/
/Cargo.lock
3 changes: 3 additions & 0 deletions examples/test/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["tauri-apps.tauri-vscode", "rust-lang.rust-analyzer"]
}
5 changes: 5 additions & 0 deletions examples/test/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"emmet.includeLanguages": {
"rust": "html"
}
}
Loading

0 comments on commit ae49310

Please sign in to comment.