summaryrefslogblamecommitdiffstats
path: root/core/Cargo.toml
blob: 4672c754acbabd73949c36e2993ae4e43bcaa047 (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
thiserror.workspace = true
xxhash-rust.workspace = true
num-traits.workspace = true

palette.workspace = true
palette.optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies]
instant.workspace = true

[target.'cfg(windows)'.dependencies]
raw-window-handle.workspace = true

[dev-dependencies]
approx = "0.5"