Merge branch 'master' into perf-io-config

This commit is contained in:
Konstantinos 2025-02-19 19:57:49 +02:00 committed by GitHub
commit 5d85802fd1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 458 additions and 398 deletions

822
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -10,29 +10,26 @@ rust-version = "1.71"
vergen = { version = "8", features = ["git", "gitcl"] } vergen = { version = "8", features = ["git", "gitcl"] }
[dependencies] [dependencies]
dirs = "5" dirs = "6"
env_logger = "0.10.0" env_logger = "0.11.6"
grep = "0.3.1" grep = "0.3.2"
ignore = "0.4.21" ignore = "0.4.23"
log = "0.4.20" log = "0.4.25"
notify = "6.1.1" notify = "6.1.1"
open = "5.0.2" open = "5.3.2"
paste = "1.0.15" paste = "1.0.15"
patch = "0.7.0" patch = "0.7.0"
regex = "1.10" regex = "1.11"
serde = { version = "1", features = ["serde_derive"] } serde = { version = "1", features = ["serde_derive"] }
tokio = { version = "1", features = ["process", "time"] } tokio = { version = "1", features = ["process", "time"] }
# Extra syntax highlighting # Extra syntax highlighting
syntect = "5.1.0" syntect = "5.2.0"
two-face = "0.3.0" two-face = "0.4.3"
# Internationalization # Internationalization
icu_collator = "1.5" icu_collator = "1.5"
icu_provider = { version = "1.5", features = ["sync"] } icu_provider = { version = "1.5", features = ["sync"] }
i18n-embed = { version = "0.14", features = [ i18n-embed = { version = "0.15", features = ["fluent-system", "desktop-requester"] }
"fluent-system", i18n-embed-fl = "0.9"
"desktop-requester",
] }
i18n-embed-fl = "0.7"
rust-embed = "8" rust-embed = "8"
[dependencies.cosmic-files] [dependencies.cosmic-files]
@ -52,7 +49,7 @@ default-features = false
features = ["a11y", "multi-window", "tokio", "winit"] features = ["a11y", "multi-window", "tokio", "winit"]
[target.'cfg(unix)'.dependencies] [target.'cfg(unix)'.dependencies]
fork = "0.1" fork = "0.2"
[features] [features]
default = ["wgpu"] default = ["wgpu"]

View file

@ -22,7 +22,7 @@ git-management-loading = Git-beheer wordt geladen...
stage = Voorbereiden stage = Voorbereiden
staged-changes = Voorbereide wijzigingen staged-changes = Voorbereide wijzigingen
unstage = Niet voorbereiden unstage = Niet voorbereiden
unstaged-changes = Niet voorbereide wijzigingen unstaged-changes = Niet-voorbereide wijzigingen
## Project search ## Project search
project-search = Project zoeken project-search = Project zoeken
@ -47,6 +47,8 @@ syntax-dark = Donkere syntaxiskleuring
syntax-light = Lichte syntaxiskleuring syntax-light = Lichte syntaxiskleuring
default-font = Standaard lettertype default-font = Standaard lettertype
default-font-size = Standaard lettertypegrootte default-font-size = Standaard lettertypegrootte
default-zoom-step = Zoom-stapgrootte
### Keyboard shortcuts ### Keyboard shortcuts
keyboard-shortcuts = Toetsenbord snelkoppelingen keyboard-shortcuts = Toetsenbord snelkoppelingen
@ -99,6 +101,9 @@ spell-check = Spellingscontrole...
## View ## View
view = Beeld view = Beeld
zoom-in = Inzoomen
default-size = Normaal zoomniveau
zoom-out = Uitzoomen
indentation = Inspringing indentation = Inspringing
### Indentation ### Indentation