Files
ming-wm/wm/Cargo.toml
stjet 40f6795163 v1.2.2: text measuring improvements, minor code clean
fixed some clippy warnings, ignored many that I do not care about. also, added demo video and updated koxinga image
2025-09-28 04:39:41 +00:00

16 lines
333 B
TOML

[package]
name = "wm"
version = "1.2.0"
repository = "https://github.com/stjet/ming-wm"
license = "GPL-3.0-or-later"
edition = "2021"
[lints]
workspace = true
[dependencies]
ming-wm-lib = { path = "../ming-wm-lib" }
linux = { path = "../linux" }
bitcoin_hashes = { version = "0.16.0", default-features = false }
bmp-rust = "0.5.0"