Skip to content

Commit 2de2448

Browse files
committed
Re-export druid_shell::Scalable
1 parent aee988b commit 2de2448

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ You can find its changes [documented below](#060---2020-06-01).
1515
- `Scale::from_scale` to `Scale::new`, and `Scale` methods `scale_x` / `scale_y` to `x` / `y`. ([#1042] by [@xStrom])
1616
- Major rework of keyboard event handling ([#1049] by [@raphlinus])
1717
- `Container::rounded` takes `KeyOrValue<f64>` instead of `f64`. ([#1054] by [@binomial0])
18+
- Re-export `druid_shell::Scalable` under `druid` namespace ([#1075] by [@ForLoveOfCats])
1819

1920
### Deprecated
2021

@@ -240,6 +241,7 @@ Last release without a changelog :(
240241
[@raphlinus]: https://github.com/raphlinus
241242
[@binomial0]: https://github.com/binomial0
242243
[@chris-zen]: https://github.com/chris-zen
244+
[@ForLoveOfCats]: https://github.com/ForLoveOfCats
243245

244246
[#599]: https://github.com/linebender/druid/pull/599
245247
[#611]: https://github.com/linebender/druid/pull/611
@@ -348,6 +350,7 @@ Last release without a changelog :(
348350
[#1054]: https://github.com/linebender/druid/pull/1054
349351
[#1058]: https://github.com/linebender/druid/pull/1058
350352
[#1062]: https://github.com/linebender/druid/pull/1062
353+
[#1075]: https://github.com/linebender/druid/pull/1075
351354

352355
[Unreleased]: https://github.com/linebender/druid/compare/v0.6.0...master
353356
[0.6.0]: https://github.com/linebender/druid/compare/v0.5.0...v0.6.0

druid/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub use shell::keyboard_types;
171171
pub use shell::{
172172
Application, Clipboard, ClipboardFormat, Code, Cursor, Error as PlatformError,
173173
FileDialogOptions, FileInfo, FileSpec, FormatId, HotKey, KbKey, KeyEvent, Location, Modifiers,
174-
MouseButton, MouseButtons, RawMods, Scale, SysMods, Text, TimerToken, WindowHandle,
174+
MouseButton, MouseButtons, RawMods, Scalable, Scale, SysMods, Text, TimerToken, WindowHandle,
175175
};
176176

177177
pub use crate::core::WidgetPod;

0 commit comments

Comments
 (0)