iced-yoda/program/Cargo.toml

25 lines
474 B
TOML
Raw Normal View History

[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
2025-04-17 03:24:17 +02:00
[lints]
workspace = true
[features]
2024-10-16 15:20:36 -04:00
winit = []
debug = []
2025-04-17 03:24:17 +02:00
time-travel = []
[dependencies]
iced_graphics.workspace = true
iced_runtime.workspace = true