Skip to content

Commit

Permalink
Merge pull request #19 from Lemonnnnnnnnnnn/master
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
Lemonnnnnnnnnnn authored Mar 9, 2024
2 parents c09db2f + c6dc625 commit 16fb2ab
Show file tree
Hide file tree
Showing 108 changed files with 4,191 additions and 4,094 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rust-analyzer.linkedProjects": [
".\\src-tauri\\Cargo.toml"
]
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"@fontsource/fira-mono": "^4.5.10",
"@neoconfetti/svelte": "^1.0.0",
"@smui/button": "7.0.0-beta.16",
"@smui/checkbox": "7.0.0-beta.16",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.27.4",
Expand All @@ -27,6 +28,7 @@
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.1.1",
"prettier-plugin-svelte": "^3.1.2",
"shiki": "^1.1.7",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
Expand Down
34 changes: 16 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 31 additions & 37 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ edition = "2021"
tauri-build = { version = "1.5", features = [] }

[dependencies]
tauri = { version = "1.5", features = [ "shell-open", "dialog-all"] }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5", features = [ "clipboard-all", "path-all", "shell-open", "dialog-all"] }
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["json", "blocking" , "socks"] }
tokio = { version = "1.33", features = ["full"] }
ts_bridge_derive = { path = "./ts_bridge_derive" }
chrono = "0.4.34"

[features]
# this feature is used for production builds or when `devPath` points to the filesystem
Expand Down
Loading

0 comments on commit 16fb2ab

Please sign in to comment.