diff options
author | 2022-09-07 11:56:11 -0400 | |
---|---|---|
committer | 2022-11-03 03:23:35 +0100 | |
commit | e2166ecad020662d246b364637efc4e6ee3bc1db (patch) | |
tree | 2bd7bbb86747390012b9e4b26b081a3eb1d1ba91 /examples/styling/Cargo.toml | |
parent | 231d2fd8454eb9d24ba970131d4d7339cc0c8d51 (diff) | |
download | iced-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.toml | 1 |
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 |