diff options
author | 2020-03-30 17:39:54 +0200 | |
---|---|---|
committer | 2020-03-30 17:39:54 +0200 | |
commit | 6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8 (patch) | |
tree | 7337c03004fd8addb891385f67ef60f11d3ceee2 /Cargo.toml | |
parent | 5b2c71a708f907f2b3c73bcdf56fbca5cd80adde (diff) | |
parent | d07304fb85c4ea7293b61c5d0a366ffbbc511de2 (diff) | |
download | iced-6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8.tar.gz iced-6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8.tar.bz2 iced-6e9ab1cd6f5358d323040379e3aadbed2cc4f7f8.zip |
Merge pull request #245 from tirz/refactor-bound_lifetime
refactor: remove not mandatories 'static lifetimes
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", |