mirror of
https://github.com/hulthe/inkopslista.git
synced 2026-08-03 23:11:28 +02:00
14 lines
197 B
TOML
14 lines
197 B
TOML
[package]
|
|
name = "inköpslista"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
[dependencies.slint]
|
|
version = "1.14.1"
|
|
features = ["live-preview"]
|
|
|
|
[build-dependencies]
|
|
slint-build = "1.14.1"
|