summaryrefslogblamecommitdiffstats
path: root/renderer/Cargo.toml
blob: ac223f16e2053cf4727cfc9d78861f9e54e2fd1c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                      








                                              
 


                
          
                    



                                                                                        
                                      
                            
                                       
                                                    

              
                              
 
                               
                              
 

                          
 
                    
                          
[package]
name = "iced_renderer"
description = "The official renderer for iced"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true

[lints]
workspace = true

[features]
wgpu = ["iced_wgpu"]
tiny-skia = ["iced_tiny_skia"]
image = ["iced_tiny_skia?/image", "iced_wgpu?/image"]
svg = ["iced_tiny_skia?/svg", "iced_wgpu?/svg"]
geometry = ["iced_graphics/geometry", "iced_tiny_skia?/geometry", "iced_wgpu?/geometry"]
web-colors = ["iced_wgpu?/web-colors"]
webgl = ["iced_wgpu?/webgl"]
fira-sans = ["iced_graphics/fira-sans"]
strict-assertions = ["iced_wgpu?/strict-assertions"]

[dependencies]
iced_graphics.workspace = true

iced_tiny_skia.workspace = true
iced_tiny_skia.optional = true

iced_wgpu.workspace = true
iced_wgpu.optional = true

log.workspace = true
thiserror.workspace = true