summaryrefslogtreecommitdiffstats
path: root/test/Cargo.toml
blob: f6f4f45a9ad21c1a9b6476083ee1312eb4545fe7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "iced_test"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
categories.workspace = true
keywords.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
iced_runtime.workspace = true
iced_tiny_skia.workspace = true

iced_renderer.workspace = true
iced_renderer.features = ["tiny-skia"]

png.workspace = true
sha2.workspace = true