Address documentation feedback
- Fix broken links - Mention generic `Color` in some widgets - Clarify meaning of renderer-agnostic in usage/overview example
This commit is contained in:
parent
1e3a415379
commit
343cafa1ee
9 changed files with 27 additions and 30 deletions
|
|
@ -85,7 +85,7 @@ __view logic__:
|
|||
|
||||
```rust
|
||||
use iced::{Button, Column, Text};
|
||||
use iced_wgpu::Renderer; // Iced is renderer-agnostic! We need to bring our own!
|
||||
use iced_wgpu::Renderer; // Iced does not include a renderer! We need to bring our own!
|
||||
|
||||
impl Counter {
|
||||
pub fn view(&mut self) -> Column<Message, Renderer> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue