This commit is contained in:
Matthias Ahouansou 2024-05-04 12:57:53 -05:00 committed by GitHub
commit a7ec253c6c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 17 additions and 13 deletions

View file

@ -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"

View file

@ -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" }

View file

@ -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

View file

@ -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

View file

@ -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