mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-11 03:50:05 +03:00
17 lines
400 B
TOML
17 lines
400 B
TOML
[package]
|
|
name = "multiwindow"
|
|
version = "0.1.0"
|
|
description = "An example Tauri Multi-Window Application"
|
|
edition = "2018"
|
|
license = "Apache-2.0 OR MIT"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { path = "../../../core/tauri-build" }
|
|
|
|
[dependencies]
|
|
tauri = { path = "../../../core/tauri", features = ["api-all"] }
|
|
|
|
[features]
|
|
default = [ "custom-protocol" ]
|
|
custom-protocol = [ "tauri/custom-protocol" ]
|