refactor: remove not mandatory static lifetime

This commit is contained in:
Théo Gaillard 2020-03-30 06:30:22 +08:00
parent 5b2c71a708
commit 0539cd1b85
No known key found for this signature in database
GPG key ID: 9C6AAAF893B070FC
13 changed files with 32 additions and 32 deletions

View file

@ -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",