diff options
Diffstat (limited to '')
-rw-r--r-- | examples/pokedex/src/main.rs (renamed from examples/pokedex.rs) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pokedex.rs b/examples/pokedex/src/main.rs index 505dbf19..283437b2 100644 --- a/examples/pokedex.rs +++ b/examples/pokedex/src/main.rs @@ -1,6 +1,6 @@ use iced::{ - button, image, Align, Application, Button, Column, Command, Container, - Element, Image, Length, Row, Settings, Text, + button, futures, image, Align, Application, Button, Column, Command, + Container, Element, Image, Length, Row, Settings, Text, }; pub fn main() { |