Merge branch 'master' into perf-io-config
This commit is contained in:
commit
5d85802fd1
3 changed files with 458 additions and 398 deletions
27
Cargo.toml
27
Cargo.toml
|
|
@ -10,29 +10,26 @@ rust-version = "1.71"
|
|||
vergen = { version = "8", features = ["git", "gitcl"] }
|
||||
|
||||
[dependencies]
|
||||
dirs = "5"
|
||||
env_logger = "0.10.0"
|
||||
grep = "0.3.1"
|
||||
ignore = "0.4.21"
|
||||
log = "0.4.20"
|
||||
dirs = "6"
|
||||
env_logger = "0.11.6"
|
||||
grep = "0.3.2"
|
||||
ignore = "0.4.23"
|
||||
log = "0.4.25"
|
||||
notify = "6.1.1"
|
||||
open = "5.0.2"
|
||||
open = "5.3.2"
|
||||
paste = "1.0.15"
|
||||
patch = "0.7.0"
|
||||
regex = "1.10"
|
||||
regex = "1.11"
|
||||
serde = { version = "1", features = ["serde_derive"] }
|
||||
tokio = { version = "1", features = ["process", "time"] }
|
||||
# Extra syntax highlighting
|
||||
syntect = "5.1.0"
|
||||
two-face = "0.3.0"
|
||||
syntect = "5.2.0"
|
||||
two-face = "0.4.3"
|
||||
# Internationalization
|
||||
icu_collator = "1.5"
|
||||
icu_provider = { version = "1.5", features = ["sync"] }
|
||||
i18n-embed = { version = "0.14", features = [
|
||||
"fluent-system",
|
||||
"desktop-requester",
|
||||
] }
|
||||
i18n-embed-fl = "0.7"
|
||||
i18n-embed = { version = "0.15", features = ["fluent-system", "desktop-requester"] }
|
||||
i18n-embed-fl = "0.9"
|
||||
rust-embed = "8"
|
||||
|
||||
[dependencies.cosmic-files]
|
||||
|
|
@ -52,7 +49,7 @@ default-features = false
|
|||
features = ["a11y", "multi-window", "tokio", "winit"]
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
fork = "0.1"
|
||||
fork = "0.2"
|
||||
|
||||
[features]
|
||||
default = ["wgpu"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue