iced-yoda/examples/system_information/Cargo.toml

13 lines
222 B
TOML
Raw Normal View History

2022-03-10 03:02:17 -03:00
[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
2025-02-21 01:28:47 +01:00
edition = "2024"
2022-03-10 03:02:17 -03:00
publish = false
[dependencies]
iced.workspace = true
iced.features = ["system"]
bytesize = "1.1"