mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
19 lines
446 B
TOML
19 lines
446 B
TOML
[package]
|
|
name = "multiwindow"
|
|
version = "0.1.0"
|
|
description = "An example Tauri Multi-Window Application"
|
|
edition = "2018"
|
|
|
|
[build-dependencies]
|
|
tauri-build = { path = "../../../core/tauri-build", features = ["codegen"] }
|
|
|
|
[dependencies]
|
|
tauri = { path = "../../../tauri", features =["api-all"]}
|
|
|
|
[target."cfg(windows)".build-dependencies]
|
|
winres = "0.1"
|
|
|
|
[features]
|
|
default = [ "custom-protocol" ]
|
|
custom-protocol = [ "tauri/custom-protocol" ]
|