mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
chore: Add examples to root cargo workspace (#777)
* chore: Add examples to cargo workspace * msrv * disable default feat * gitkeep dist
This commit is contained in:
@@ -1 +1,3 @@
|
||||
node_modules/
|
||||
dist/**
|
||||
!dist/.gitkeep
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,5 +1,3 @@
|
||||
[workspace]
|
||||
|
||||
[package]
|
||||
name = "single-instance-example"
|
||||
version = "0.1.0"
|
||||
@@ -19,5 +17,4 @@ tauri-plugin-single-instance = { path = "../../../" }
|
||||
tauri-build = { version = "1", features = [] }
|
||||
|
||||
[features]
|
||||
default = [ "custom-protocol" ]
|
||||
custom-protocol = [ "tauri/custom-protocol" ]
|
||||
|
||||
Reference in New Issue
Block a user