Skip to content

Commit

Permalink
chore: add scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Mar 6, 2023
1 parent 55080d2 commit bcba600
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 12 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"name": "elk-native",
"version": "0.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "tauri dev",
"build": "tauri build"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^1.2.3",
"tiny-glob": "^0.2.9"
}
}
99 changes: 99 additions & 0 deletions pnpm-lock.yaml

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

10 changes: 2 additions & 8 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,12 @@ edition = "2021"
rust-version = "1.59"

[build-dependencies]
tauri-build = { version = "1.2.1", features = [ ] }
tauri-build = { version = "1.2.1", features = [] }

[dependencies]
serde_json = "1.0"
serde = { version = "1.0", features = [ "derive" ] }
tauri = { version = "1.2.4", features = [
"shell-open",
"updater",
"window-maximize",
"window-start-dragging",
"window-unmaximize"
] }
tauri = { version = "1.2.4", features = ["shell-open", "updater", "window-maximize", "window-start-dragging", "window-unmaximize"] }
tauri-plugin-log = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev", features = [ "colored" ] }
tauri-plugin-store = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
Expand Down

0 comments on commit bcba600

Please sign in to comment.