random lockscreen message, remove rand dep for audio player, add version to about window, add o/O to malvim, add circles to draw, bug fixes, minor byte savings for font .alpha format
13 lines
307 B
TOML
13 lines
307 B
TOML
[package]
|
|
name = "wm"
|
|
version = "1.2.0"
|
|
repository = "https://github.com/stjet/ming-wm"
|
|
license = "GPL-3.0-or-later"
|
|
edition = "2021"
|
|
|
|
[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"
|