mirror of
https://github.com/tauri-apps/tauri-plugin-websocket.git
synced 2026-01-31 00:35:19 +01:00
chore: Add examples to root cargo workspace (#777)
* chore: Add examples to cargo workspace * msrv * disable default feat * gitkeep dist Committed via a GitHub action: https://github.com/tauri-apps/plugins-workspace/actions/runs/7031637388 Co-authored-by: FabianLars <FabianLars@users.noreply.github.com>
This commit is contained in:
2
examples/svelte-app/.gitignore
vendored
2
examples/svelte-app/.gitignore
vendored
@@ -8,3 +8,5 @@ node_modules
|
||||
!.env.example
|
||||
vite.config.js.timestamp-*
|
||||
vite.config.ts.timestamp-*
|
||||
dist/**
|
||||
!dist/.gitkeep
|
||||
0
examples/svelte-app/dist/.gitkeep
vendored
Normal file
0
examples/svelte-app/dist/.gitkeep
vendored
Normal file
3369
examples/svelte-app/src-tauri/Cargo.lock
generated
3369
examples/svelte-app/src-tauri/Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,3 @@
|
||||
[workspace]
|
||||
|
||||
[package]
|
||||
name = "app"
|
||||
version = "0.1.0"
|
||||
@@ -19,5 +17,4 @@ tokio-tungstenite = "0.20"
|
||||
tauri-build = { version = "1", features = [] }
|
||||
|
||||
[features]
|
||||
default = [ "custom-protocol" ]
|
||||
custom-protocol = [ "tauri/custom-protocol" ]
|
||||
|
||||
Reference in New Issue
Block a user