Remove mention of deprecated glow_canvas feature in README

This commit is contained in:
Héctor Ramón Jiménez 2022-03-23 17:34:11 +07:00
parent 0eef527fa5
commit e66a79fb9c
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -200,10 +200,8 @@ end-user-oriented GUI library, while keeping [the ecosystem] modular:
[`ggez`]: https://github.com/ggez/ggez [`ggez`]: https://github.com/ggez/ggez
[the ecosystem]: ECOSYSTEM.md [the ecosystem]: ECOSYSTEM.md
## Common problems ## Troubleshooting
### `GraphicsAdapterNotFound`
1. `Error: GraphicsAdapterNotFound`
This occurs when the selected [built-in renderer] is not able to create a context. This occurs when the selected [built-in renderer] is not able to create a context.
Often this will occur while using [`iced_wgpu`] as the renderer without Often this will occur while using [`iced_wgpu`] as the renderer without
@ -212,7 +210,7 @@ end-user-oriented GUI library, while keeping [the ecosystem] modular:
First, check if it works with First, check if it works with
```console ```console
$ cargo run --features "iced/glow iced/glow_canvas" --package game_of_life $ cargo run --features iced/glow --package game_of_life
``` ```
and then use it in your project with and then use it in your project with