Skip to content

Commit 6e2241c

Browse files
authored
stb_truetype crate has been deprecated; use ttf-parser instead (#307)
1 parent 1dfcb1d commit 6e2241c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[advisory]
2+
id = "RUSTSEC-0000-0000"
3+
package = "stb_truetype"
4+
date = "2020-04-18" # date when deprecation was announced on project README
5+
title = "`stb_truetype` crate has been deprecated; use `ttf-parser` instead"
6+
informational = "unmaintained"
7+
url = "https://gitlab.redox-os.org/redox-os/stb_truetype-rs/-/commit/f1f5be4794e87bfc80a4255bc3f23ed75dd77645"
8+
description = """
9+
This crate was maintained for use in rusttype which has switched to use [ttf-parser](https://crates.io/crates/ttf-parser)
10+
"""
11+
12+
[versions]
13+
unaffected = []
14+
patched = []

0 commit comments

Comments
 (0)