From 2303111e09d806ef2a652bddc2b73be6dccf6ae2 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 10 Nov 2019 01:55:32 +0100 Subject: Draft new layout API --- native/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'native/Cargo.toml') diff --git a/native/Cargo.toml b/native/Cargo.toml index bb6139d6..38db1610 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -9,6 +9,5 @@ repository = "https://github.com/hecrj/iced" [dependencies] iced_core = { version = "0.1.0-alpha", path = "../core" } -stretch = "0.2" twox-hash = "1.5" raw-window-handle = "0.3" -- cgit