2024-05-02 17:14:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "ferris"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2025-02-21 01:28:47 +01:00
|
|
|
edition = "2024"
|
2024-05-02 17:14:20 +02:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
iced.workspace = true
|
2024-05-03 07:23:55 +02:00
|
|
|
iced.features = ["image", "tokio", "debug"]
|