Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Arnab Animesh Das
rusttype
Commits
9d423252
Verified
Commit
9d423252
authored
Jun 11, 2020
by
Alex Butler
Browse files
Update dev-dependencies
parent
3d6b0ec6
Changes
2
Hide whitespace changes
Inline
Side-by-side
dev/Cargo.toml
View file @
9d423252
...
...
@@ -10,7 +10,7 @@ rusttype = { path = "../", features = ["gpu_cache"] }
glium
=
"0.27"
image
=
{
version
=
"0.23"
,
default-features
=
false
,
features
=
["png"]
}
once_cell
=
"1"
blake2
=
"0.
8
"
blake2
=
"0.
9
"
criterion
=
"0.3"
[[bench]]
...
...
dev/benches/layout.rs
View file @
9d423252
...
...
@@ -35,7 +35,7 @@ fn bench_layout_a_sentence(c: &mut Criterion) {
.unwrap
();
}
assert_eq!
(
format!
(
"{:x}"
,
hash
.
result
()),
format!
(
"{:x}"
,
hash
.
finalize
()),
"c2a3483ddf5598ec869440c62d17efa5a4fe72f9893bcc05dd17be2adcaa7629"
);
});
...
...
@@ -66,7 +66,7 @@ fn bench_layout_a_sentence(c: &mut Criterion) {
.unwrap
();
}
assert_eq!
(
format!
(
"{:x}"
,
hash
.
result
()),
format!
(
"{:x}"
,
hash
.
finalize
()),
"c2a3483ddf5598ec869440c62d17efa5a4fe72f9893bcc05dd17be2adcaa7629"
);
});
...
...
@@ -95,7 +95,7 @@ fn bench_layout_a_sentence(c: &mut Criterion) {
.unwrap
();
}
assert_eq!
(
format!
(
"{:x}"
,
hash
.
result
()),
format!
(
"{:x}"
,
hash
.
finalize
()),
"255381ba7ae154c0208f8e73a8620f78dcc2728b15fb9ec952026a99797d4ddc"
);
});
...
...
@@ -124,7 +124,7 @@ fn bench_layout_a_sentence(c: &mut Criterion) {
.unwrap
();
}
assert_eq!
(
format!
(
"{:x}"
,
hash
.
result
()),
format!
(
"{:x}"
,
hash
.
finalize
()),
"255381ba7ae154c0208f8e73a8620f78dcc2728b15fb9ec952026a99797d4ddc"
);
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment