mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Merge 045d13a08d into fdecf629a6
This commit is contained in:
commit
a7ec253c6c
5 changed files with 17 additions and 13 deletions
|
|
@ -8,8 +8,12 @@ description = "Yazi command-line interface"
|
|||
homepage = "https://yazi-rs.github.io"
|
||||
repository = "https://github.com/sxyazi/yazi"
|
||||
|
||||
[features]
|
||||
default = [ "vendored-lua" ]
|
||||
vendored-lua = [ "yazi-dds/vendored-lua" ]
|
||||
|
||||
[dependencies]
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5", default-features = false }
|
||||
|
||||
# External dependencies
|
||||
anyhow = "1.0.82"
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ repository = "https://github.com/sxyazi/yazi"
|
|||
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.5" }
|
||||
yazi-boot = { path = "../yazi-boot", version = "0.2.5" }
|
||||
yazi-config = { path = "../yazi-config", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5" }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5", default-features = false }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5", default-features = false }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5", default-features = false }
|
||||
yazi-scheduler = { path = "../yazi-scheduler", version = "0.2.5" }
|
||||
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
||||
|
||||
|
|
|
|||
|
|
@ -10,16 +10,16 @@ repository = "https://github.com/sxyazi/yazi"
|
|||
|
||||
[features]
|
||||
default = [ "vendored-lua" ]
|
||||
vendored-lua = [ "mlua/vendored" ]
|
||||
vendored-lua = [ "mlua/vendored", "yazi-dds/vendored-lua", "yazi-plugin/vendored-lua", "yazi-proxy/vendored-lua" ]
|
||||
|
||||
[dependencies]
|
||||
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.5" }
|
||||
yazi-boot = { path = "../yazi-boot", version = "0.2.5" }
|
||||
yazi-config = { path = "../yazi-config", version = "0.2.5" }
|
||||
yazi-core = { path = "../yazi-core", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5" }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5", default-features = false }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5", default-features = false }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5", default-features = false }
|
||||
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
||||
|
||||
# External dependencies
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ vendored-lua = [ "mlua/vendored" ]
|
|||
yazi-adaptor = { path = "../yazi-adaptor", version = "0.2.5" }
|
||||
yazi-boot = { path = "../yazi-boot", version = "0.2.5" }
|
||||
yazi-config = { path = "../yazi-config", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5", default-features = false }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5", default-features = false }
|
||||
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
||||
|
||||
# External dependencies
|
||||
|
|
|
|||
|
|
@ -10,9 +10,9 @@ repository = "https://github.com/sxyazi/yazi"
|
|||
|
||||
[dependencies]
|
||||
yazi-config = { path = "../yazi-config", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5" }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5" }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5" }
|
||||
yazi-dds = { path = "../yazi-dds", version = "0.2.5", default-features = false }
|
||||
yazi-plugin = { path = "../yazi-plugin", version = "0.2.5", default-features = false }
|
||||
yazi-proxy = { path = "../yazi-proxy", version = "0.2.5", default-features = false }
|
||||
yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
|
||||
|
||||
# External dependencies
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue