2025-03-12 02:10:42 +01:00
|
|
|
[package]
|
|
|
|
|
name = "iced_program"
|
2025-12-07 20:59:50 +01:00
|
|
|
description = "The definition of an iced program"
|
2025-03-12 02:10:42 +01:00
|
|
|
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 = []
|
2025-08-29 08:39:44 +02:00
|
|
|
debug = []
|
2025-04-17 03:24:17 +02:00
|
|
|
time-travel = []
|
|
|
|
|
|
2025-03-12 02:10:42 +01:00
|
|
|
[dependencies]
|
|
|
|
|
iced_graphics.workspace = true
|
|
|
|
|
iced_runtime.workspace = true
|