Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix book examples.
  • Loading branch information
xStrom committed May 22, 2020
commit 772b999bb9be02331f78e3c71fbd41df417922dc
1 change: 1 addition & 0 deletions docs/book_examples/src/custom_widgets_md.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use druid::widget::prelude::*;
use druid::widget::{Controller, Label, Painter, SizedBox, TextBox};
use druid::{
Color, Env, Event, EventCtx, KeyCode, PaintCtx, RenderContext, Selector, TimerToken, Widget,
Expand Down