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








                                                    
 


                

          
                 
 
              
                      


                                       
 
                          
                                  
[package]
name = "iced_runtime"
description = "A renderer-agnostic runtime 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]
debug = []
multi-window = []

[dependencies]
bytes.workspace = true
iced_core.workspace = true
iced_futures.workspace = true
iced_futures.features = ["thread-pool"]

thiserror.workspace = true
raw-window-handle.workspace = true