v1.2
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ming-wm"
|
||||
version = "1.2.0-beta.0"
|
||||
version = "1.2.0"
|
||||
repository = "https://github.com/stjet/ming-wm"
|
||||
license = "GPL-3.0-or-later"
|
||||
edition = "2021"
|
||||
@@ -20,7 +20,6 @@ ming-wm-lib = { path = "ming-wm-lib" }
|
||||
wm = { path = "wm", optional = true }
|
||||
linux = { path = "linux", optional = true }
|
||||
rodio = { version = "0.19.0", default-features = false, features = [ "flac", "mp3", "symphonia-vorbis", "wav" ], optional = true }
|
||||
rand = { version = "0.9.0", default-features = false, features = [ "small_rng" ], optional = true }
|
||||
id3 = { version = "1.10.0", optional = true }
|
||||
mp4ameta = { version = "0.11.0", optional = true }
|
||||
metaflac = { version = "0.2.5", optional = true }
|
||||
@@ -28,7 +27,7 @@ metaflac = { version = "0.2.5", optional = true }
|
||||
[features]
|
||||
default = [ "wm", "terminal" ]
|
||||
terminal = [ "linux" ]
|
||||
audio_player = [ "id3", "mp4ameta", "metaflac", "rand", "rodio" ]
|
||||
audio_player = [ "id3", "mp4ameta", "metaflac", "rodio" ]
|
||||
|
||||
[profile.release]
|
||||
lto = true
|
||||
|
||||
Reference in New Issue
Block a user