summaryrefslogtreecommitdiffstats
path: root/renderer/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-21 06:00:55 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-21 06:00:55 +0100
commit9171df1e356530410a7ceadadd78fd3dcf150dfd (patch)
treebdcc3cd85bab674c926307fab6ae79da203dc689 /renderer/Cargo.toml
parent188db4da48954b95a3fe79bcd22689ffc3a661e0 (diff)
downloadiced-9171df1e356530410a7ceadadd78fd3dcf150dfd.tar.gz
iced-9171df1e356530410a7ceadadd78fd3dcf150dfd.tar.bz2
iced-9171df1e356530410a7ceadadd78fd3dcf150dfd.zip
Gate `Custom` variants in `iced_renderer` behind `custom` feature
Diffstat (limited to 'renderer/Cargo.toml')
-rw-r--r--renderer/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/renderer/Cargo.toml b/renderer/Cargo.toml
index 5cce2427..18e9e8f8 100644
--- a/renderer/Cargo.toml
+++ b/renderer/Cargo.toml
@@ -19,6 +19,7 @@ tracing = ["iced_wgpu?/tracing"]
web-colors = ["iced_wgpu?/web-colors"]
webgl = ["iced_wgpu?/webgl"]
fira-sans = ["iced_graphics/fira-sans"]
+custom = []
[dependencies]
iced_graphics.workspace = true