From 2b23e0986c532dbacd89ccd73bb603db558cbdaf Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 28 Oct 2019 04:28:21 +0100 Subject: Implement text clipping (caching still broken) --- native/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/Cargo.toml') diff --git a/native/Cargo.toml b/native/Cargo.toml index 8cabe94c..bb6139d6 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -11,4 +11,4 @@ repository = "https://github.com/hecrj/iced" iced_core = { version = "0.1.0-alpha", path = "../core" } stretch = "0.2" twox-hash = "1.5" -raw-window-handle = "0.1" +raw-window-handle = "0.3" -- cgit