Skip to content

Commit

Permalink
chore: temporarily exclude stopwatch example
Browse files Browse the repository at this point in the history
  • Loading branch information
wash2 committed Jan 31, 2024
1 parent 9a05eea commit 59cfdaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ libcosmic = ["dep:libcosmic"]
members = [
"examples/*"
]
exclude = [
"examples/stopwatch"
]

[dependencies]
iced = { git = "https://github.com/iced-rs/iced", rev = "5540ac0", features = ["tokio"], optional = true }
Expand Down

0 comments on commit 59cfdaf

Please sign in to comment.