diff options
author | 2022-09-08 17:39:59 -0400 | |
---|---|---|
committer | 2022-11-03 03:23:36 +0100 | |
commit | d5a933b047a955158a31a35266bbc9b25307b0fc (patch) | |
tree | 563341bfb53d55b6e22df09f87fd91a364c76b86 /examples/styling/Cargo.toml | |
parent | 269d6f9a3f47861ff6fe67d65baf226192a3c22f (diff) | |
download | iced-d5a933b047a955158a31a35266bbc9b25307b0fc.tar.gz iced-d5a933b047a955158a31a35266bbc9b25307b0fc.tar.bz2 iced-d5a933b047a955158a31a35266bbc9b25307b0fc.zip |
refactor: remove once_cell from styling example
Diffstat (limited to 'examples/styling/Cargo.toml')
-rw-r--r-- | examples/styling/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |