summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2020-12-24 01:28:41 +0300
committerGitHub <noreply@github.com>2020-12-23 22:28:41 +0000
commitfdc10d270e423e6bec756cab61b502e28260129e (patch)
treecb55f8cfb7776d861d50b7b3e5b2d165d3f38ce7 /Cargo.lock
parentf19cbca9b4c98a33b786bd971e3abae66bd16e26 (diff)
downloadalacritty-fdc10d270e423e6bec756cab61b502e28260129e.tar.gz
alacritty-fdc10d270e423e6bec756cab61b502e28260129e.zip
Hide "missing" glyp for zerowidth character
This patch prevents missing zerowidth glyphs from obscuring the rendered glyph of a cell. The missing glyph itself is also consistently loaded and displayed on all platforms. It is initialized once together with the ascii symbols and then written to the atlas only once for every cached missing glyph. Co-authored-by: Christian Duerr <contact@christianduerr.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 2 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a520832a..3f6b40a7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -519,9 +519,9 @@ dependencies = [
[[package]]
name = "crossfont"
-version = "0.1.1"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f4b217779694a81b60a4174f121697c9bd7550cb9a6d7e970051bea1b13dbc0"
+checksum = "108946cf5228893bf470564410639b87a53f959d937f1c57bbc2a6603d98e812"
dependencies = [
"cocoa 0.24.0",
"core-foundation 0.9.1",
@@ -529,7 +529,6 @@ dependencies = [
"core-graphics 0.22.1",
"core-text",
"dwrote",
- "euclid",
"foreign-types 0.5.0",
"freetype-rs",
"libc",
@@ -671,15 +670,6 @@ dependencies = [
]
[[package]]
-name = "euclid"
-version = "0.22.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5337024b8293bdce5265dc9570ef6e608a34bfacbbc87fe1a5dcb5f1dac2f4e2"
-dependencies = [
- "num-traits",
-]
-
-[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1328,15 +1318,6 @@ dependencies = [
]
[[package]]
-name = "num-traits"
-version = "0.2.12"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
-dependencies = [
- "autocfg",
-]
-
-[[package]]
name = "num_enum"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"