Remove mention of deprecated glow_canvas feature in README
This commit is contained in:
parent
0eef527fa5
commit
e66a79fb9c
1 changed files with 18 additions and 20 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue