Add Button to prelude.

This commit is contained in:
Alexandre Bury 2016-07-20 22:02:45 -07:00
parent 9c16ac149b
commit 536321ebda

View File

@ -8,7 +8,7 @@
pub use {Cursive, Printer, With};
pub use event::{Event, Key};
pub use view::{BoxView, Checkbox, Dialog, EditView, FullView, IdView,
pub use view::{BoxView, Button, Checkbox, Dialog, EditView, FullView, IdView,
KeyEventView, LinearLayout, ListView, SelectView, Selector,
TextView, View};
pub use vec::Vec2;