mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
16 lines
363 B
TOML
16 lines
363 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" }
|
|
|
|
[dependencies]
|
|
tauri = { path = "../../../tauri", features =["api-all"]}
|
|
|
|
[features]
|
|
default = [ "custom-protocol" ]
|
|
custom-protocol = [ "tauri/custom-protocol" ]
|