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

                  








                                           
 
              

                         
                           

                          
                         
                            
 

                        
 
                                    

                                                                           
 

                  
[package]
name = "iced_core"
description = "The essential ideas of 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

[dependencies]
bitflags.workspace = true
log.workspace = true
num-traits.workspace = true
smol_str.workspace = true
thiserror.workspace = true
web-time.workspace = true
xxhash-rust.workspace = true

palette.workspace = true
palette.optional = true

[target.'cfg(windows)'.dependencies]
# TODO: Use `workspace` dependency once `wgpu` upgrades `raw-window-handle`
raw-window-handle = "0.6"

[dev-dependencies]
approx = "0.5"