Sort workspace members in Cargo.toml

This commit is contained in:
Héctor Ramón Jiménez 2022-05-04 17:17:07 +02:00
parent 3e735f1480
commit a97c520c81
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -84,10 +84,12 @@ members = [
"examples/stopwatch",
"examples/styling",
"examples/svg",
"examples/system_information",
"examples/todos",
"examples/tooltip",
"examples/tour",
"examples/url_handler",
"examples/websocket",
"examples/pure/component",
"examples/pure/counter",
"examples/pure/game_of_life",
@ -95,8 +97,6 @@ members = [
"examples/pure/pick_list",
"examples/pure/todos",
"examples/pure/tour",
"examples/websocket",
"examples/system_information"
]
[dependencies]