From d5a933b047a955158a31a35266bbc9b25307b0fc Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 8 Sep 2022 17:39:59 -0400 Subject: refactor: remove once_cell from styling example --- examples/styling/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/styling/Cargo.toml') diff --git a/examples/styling/Cargo.toml b/examples/styling/Cargo.toml index 344cd0d6..f771708c 100644 --- a/examples/styling/Cargo.toml +++ b/examples/styling/Cargo.toml @@ -7,4 +7,3 @@ publish = false [dependencies] iced = { path = "../.." } -once_cell = "1.14.0" \ No newline at end of file -- cgit