chore: multi-window example

This commit is contained in:
Ashley Wulber 2023-12-07 16:46:33 -05:00 committed by Ashley Wulber
parent c66e4aafd0
commit 685a0543cd
4 changed files with 179 additions and 2 deletions

View file

@ -0,0 +1,9 @@
[package]
name = "multi-window"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
libcosmic = { path = "../..", features = ["debug", "winit", "tokio", "single-instance", "multi-window"] }