Skip to content

Commit 5789b28

Browse files
committed
feat: removed tauri websocket plugin
1 parent 61b5965 commit 5789b28

File tree

4 files changed

+0
-57
lines changed

4 files changed

+0
-57
lines changed

GUI/ETVR/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
"solidjs-icons": "^1.0.11",
7171
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#9bd993a",
7272
"tauri-plugin-upload-api": "https://github.com/tauri-apps/tauri-plugin-upload",
73-
"tauri-plugin-websocket-api": "https://github.com/tauri-apps/tauri-plugin-websocket",
7473
"undici": "^5.11.0",
7574
"yarn": "^1.22.19",
7675
"yup": "^0.32.11"

GUI/ETVR/src-tauri/Cargo.lock

-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

GUI/ETVR/src-tauri/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ branch = "dev"
7070
git = "https://github.com/tauri-apps/tauri-plugin-store/"
7171
rev = "9bd993a"
7272

73-
[dependencies.tauri-plugin-websocket]
74-
git = "https://github.com/tauri-apps/plugins-workspace"
75-
branch = "dev"
76-
7773
[dependencies.tauri-plugin-upload]
7874
git = "https://github.com/tauri-apps/plugins-workspace"
7975
branch = "dev"

GUI/ETVR/src-tauri/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ fn main() {
208208
// persistent storage with file system
209209
.plugin(tauri_plugin_store::PluginBuilder::default().build())
210210
.plugin(tauri_plugin_upload::init())
211-
.plugin(tauri_plugin_websocket::init())
212211
// save window position and size between sessions
213212
.plugin(tauri_plugin_window_state::Builder::default().build())
214213
.setup(|app| {

0 commit comments

Comments
 (0)