summaryrefslogtreecommitdiffstats
path: root/examples/styling/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Ashley Wulber <ashley@system76.com>2022-09-07 11:56:11 -0400
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-11-03 03:23:35 +0100
commite2166ecad020662d246b364637efc4e6ee3bc1db (patch)
tree2bd7bbb86747390012b9e4b26b081a3eb1d1ba91 /examples/styling/Cargo.toml
parent231d2fd8454eb9d24ba970131d4d7339cc0c8d51 (diff)
downloadiced-e2166ecad020662d246b364637efc4e6ee3bc1db.tar.gz
iced-e2166ecad020662d246b364637efc4e6ee3bc1db.tar.bz2
iced-e2166ecad020662d246b364637efc4e6ee3bc1db.zip
wip: Custom palette for built in theme
Diffstat (limited to 'examples/styling/Cargo.toml')
-rw-r--r--examples/styling/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/styling/Cargo.toml b/examples/styling/Cargo.toml
index f771708c..344cd0d6 100644
--- a/examples/styling/Cargo.toml
+++ b/examples/styling/Cargo.toml
@@ -7,3 +7,4 @@ publish = false
[dependencies]
iced = { path = "../.." }
+once_cell = "1.14.0" \ No newline at end of file