summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-05 19:29:12 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-05 19:29:12 +0100
commit1a0effa961344677daf17b4192243423a154f1bf (patch)
tree954d2431d69004c1037d19c3bb930273347df8d4 /src
parent2116fbb3c2412030a676c60d65784b9dfa467a0a (diff)
downloadiced-1a0effa961344677daf17b4192243423a154f1bf.tar.gz
iced-1a0effa961344677daf17b4192243423a154f1bf.tar.bz2
iced-1a0effa961344677daf17b4192243423a154f1bf.zip
Add border and shadow styling to `Button`
Diffstat (limited to 'src')
-rw-r--r--src/native.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native.rs b/src/native.rs
index 3535ab6a..b7becdc8 100644
--- a/src/native.rs
+++ b/src/native.rs
@@ -1,6 +1,6 @@
pub use iced_winit::{
Align, Background, Color, Command, Font, HorizontalAlignment, Length,
- Space, Subscription, VerticalAlignment,
+ Space, Subscription, Vector, VerticalAlignment,
};
pub mod widget {