[build-dependencies.slint-build]
version = "1.5.1"
[dependencies.slint]
version = "1.5.1"
[lib]
name = "k_means"
[package]
authors = ["Tomasz Nehring"]
description = "An interactive & specialized version of k-means. Has GUI which allows for convenient stepping through the algorithm."
edition = "2021"
license = "MIT"
name = "k_means-interactive"
repository = "https://github.com/siiir/k_means-interactive"
version = "0.1.0"
[profile.f_compile]
codegen-units = 256
debug = 0
incremental = true
inherits = "dev"
lto = false
opt-level = 0
strip = "none"