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:
Fabian-Lars
2023-11-29 11:05:18 +00:00
committed by tauri-bot
parent 0b8ef53f64
commit c12decca3b
4 changed files with 2 additions and 3372 deletions

View File

@@ -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
View File

File diff suppressed because it is too large Load Diff

View File

@@ -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" ]