diff options
author | 2020-03-30 06:30:22 +0800 | |
---|---|---|
committer | 2020-03-30 06:39:10 +0800 | |
commit | 0539cd1b85d00a2accca200184a5980527851539 (patch) | |
tree | bd69f6c6d1040ad3088f2ead748c5a7c4915f48e /Cargo.toml | |
parent | 5b2c71a708f907f2b3c73bcdf56fbca5cd80adde (diff) | |
download | iced-0539cd1b85d00a2accca200184a5980527851539.tar.gz iced-0539cd1b85d00a2accca200184a5980527851539.tar.bz2 iced-0539cd1b85d00a2accca200184a5980527851539.zip |
refactor: remove not mandatory static lifetime
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -37,16 +37,16 @@ members = [ "web", "wgpu", "winit", - "examples/download_progress", "examples/bezier_tool", "examples/clock", "examples/counter", "examples/custom_widget", + "examples/download_progress", "examples/events", "examples/geometry", "examples/integration", - "examples/pokedex", "examples/pane_grid", + "examples/pokedex", "examples/progress_bar", "examples/solar_system", "examples/stopwatch", |