floating-calculator/Cargo.toml
2026-02-23 14:15:12 +01:00

14 lines
209 B
TOML

[package]
name = "floating-calculator"
version = "0.1.0"
edition = "2024"
[dependencies]
cxx = "1.0.194"
iced = "0.14.0"
iced_layershell = "0.15.0"
[build-dependencies]
cxx-build = "1.0"
pkg-config = "0.3"