summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Théo Gaillard <theo.gaillard@protonmail.com>2020-03-30 06:30:22 +0800
committerLibravatar Théo Gaillard <theo.gaillard@protonmail.com>2020-03-30 06:39:10 +0800
commit0539cd1b85d00a2accca200184a5980527851539 (patch)
treebd69f6c6d1040ad3088f2ead748c5a7c4915f48e /Cargo.toml
parent5b2c71a708f907f2b3c73bcdf56fbca5cd80adde (diff)
downloadiced-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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d2444486..1ba7db45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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",