chore: multi-window example
This commit is contained in:
parent
c66e4aafd0
commit
685a0543cd
4 changed files with 179 additions and 2 deletions
9
examples/multi-window/Cargo.toml
Normal file
9
examples/multi-window/Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue