iced-yoda/program/Cargo.toml
2025-12-07 20:59:50 +01:00

23 lines
463 B
TOML

[package]
name = "iced_program"
description = "The definition of an iced program"
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
[features]
debug = []
time-travel = []
[dependencies]
iced_graphics.workspace = true
iced_runtime.workspace = true