🔧 Simplified configuration
This commit is contained in:
32
src-tauri/Cargo.lock
generated
32
src-tauri/Cargo.lock
generated
@@ -62,22 +62,6 @@ version = "1.0.93"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
|
||||
|
||||
[[package]]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cargo-bloat",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-clipboard-manager",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-http",
|
||||
"tauri-plugin-oauth",
|
||||
"tauri-plugin-window-state",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "arboard"
|
||||
version = "3.4.1"
|
||||
@@ -2412,6 +2396,22 @@ version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
||||
|
||||
[[package]]
|
||||
name = "pake"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"cargo-bloat",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-clipboard-manager",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-http",
|
||||
"tauri-plugin-oauth",
|
||||
"tauri-plugin-window-state",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "pango"
|
||||
version = "0.18.3"
|
||||
|
||||
@@ -1,11 +1,10 @@
|
||||
[package]
|
||||
name = "app"
|
||||
name = "pake"
|
||||
version = "0.1.0"
|
||||
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
|
||||
authors = ["Tw93"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/tw93/Pake"
|
||||
default-run = "app"
|
||||
edition = "2021"
|
||||
rust-version = "1.78.0"
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"productName": "WeRead",
|
||||
"identifier": "com.pake.weread",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"plugins": {},
|
||||
"app": {
|
||||
"security": {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"productName": "weread",
|
||||
"identifier": "com.pake.weread",
|
||||
"bundle": {
|
||||
"icon": ["png/weread_512.png"],
|
||||
"active": true,
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"productName": "WeRead",
|
||||
"identifier": "com.pake.weread",
|
||||
"bundle": {
|
||||
"icon": ["icons/weread.icns"],
|
||||
"active": true,
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
{
|
||||
"identifier": "com.pake.weread",
|
||||
"productName": "WeRead",
|
||||
"bundle": {
|
||||
"icon": ["png/weread_256.ico", "png/weread_32.ico"],
|
||||
"active": true,
|
||||
|
||||
Reference in New Issue
Block a user