iced-yoda/examples/layout/Cargo.toml
Héctor Ramón Jiménez da9aaf4113
Add "Responsive" section to layout example
Co-authored-by: tigerros <tigerros@users.noreply.github.com>
2025-11-24 10:43:49 +01:00

9 lines
212 B
TOML

[package]
name = "layout"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2024"
publish = false
[dependencies]
iced = { path = "../..", features = ["canvas", "debug"] }