v1.0.0: tab path autocomplete, malvim features, terminal history
various fixes, docs, some kanji and romaji font chars
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ming-wm"
|
||||
version = "1.0.0-beta.1"
|
||||
version = "1.0.0"
|
||||
repository = "https://github.com/stjet/ming-wm"
|
||||
license = "GPL-3.0-or-later"
|
||||
edition = "2021"
|
||||
@@ -20,7 +20,7 @@ ming-wm-lib = { path = "ming-wm-lib" }
|
||||
blake2 = { version = "0.10.6", default-features = false }
|
||||
linux = { path = "linux" }
|
||||
termion = { version = "4.0.3", optional = true }
|
||||
rodio = { version = "0.19.0", 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 }
|
||||
|
||||
Reference in New Issue
Block a user