mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 13:14:04 +02:00
rebranding
This commit is contained in:
parent
2695d8cd4c
commit
63460a19b4
5 changed files with 30 additions and 30 deletions
44
src-tauri/Cargo.lock
generated
44
src-tauri/Cargo.lock
generated
|
@ -474,28 +474,6 @@ dependencies = [
|
|||
"windows-targets 0.52.6",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clipboard-manager"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"base64 0.22.1",
|
||||
"image 0.25.1",
|
||||
"rand 0.8.5",
|
||||
"rdev",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-autostart",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-os",
|
||||
"tauri-plugin-sql",
|
||||
"tauri-plugin-window-state",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "clipboard-win"
|
||||
version = "5.3.1"
|
||||
|
@ -3154,6 +3132,28 @@ dependencies = [
|
|||
"bytemuck",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "qopy"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"base64 0.22.1",
|
||||
"image 0.25.1",
|
||||
"rand 0.8.5",
|
||||
"rdev",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"tauri",
|
||||
"tauri-build",
|
||||
"tauri-plugin-autostart",
|
||||
"tauri-plugin-global-shortcut",
|
||||
"tauri-plugin-os",
|
||||
"tauri-plugin-sql",
|
||||
"tauri-plugin-window-state",
|
||||
"tokio",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quick-error"
|
||||
version = "2.0.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "clipboard-manager"
|
||||
name = "qopy"
|
||||
version = "0.1.0"
|
||||
description = "Clipboard manager"
|
||||
description = "Qopy"
|
||||
authors = ["pandadev"]
|
||||
edition = "2021"
|
||||
rust-version = "1.70"
|
||||
|
@ -24,4 +24,4 @@ rdev = "0.5.3"
|
|||
rand = "0.8"
|
||||
base64 = "0.22.1"
|
||||
arboard = "3.4.0"
|
||||
image = "0.25.1"
|
||||
image = "0.25.1"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"productName": "Clipboard Manager",
|
||||
"productName": "Qopy",
|
||||
"version": "0.1.0",
|
||||
"identifier": "net.pandadev.clipboard-manager",
|
||||
"identifier": "net.pandadev.qopy",
|
||||
"build": {
|
||||
"frontendDist": "../dist",
|
||||
"devUrl": "http://localhost:3000",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "Clipboard Manager",
|
||||
"title": "Qopy",
|
||||
"titleBarStyle": "Overlay",
|
||||
"fullscreen": false,
|
||||
"resizable": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue