File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "font-kit"
3
3
version = " 0.11.0"
4
4
authors = [
" Patrick Walton <[email protected] >" ]
5
5
description = " A cross-platform font loading library"
6
- license = " MIT/ Apache-2.0"
6
+ license = " MIT OR Apache-2.0"
7
7
readme = " README.md"
8
8
repository = " https://github.com/servo/font-kit"
9
9
homepage = " https://github.com/servo/font-kit"
Original file line number Diff line number Diff line change 1
1
# font-kit
2
- [ ![ Build Status] ( https://travis-ci.org/servo/font-kit.svg?branch=master )] ( https://travis-ci.org/servo/font-kit )
3
- [ ![ Crates.io] ( https://img.shields.io/crates/v/font-kit.svg )] ( https://crates.io/crates/font-kit )
2
+
3
+ [ ![ Build Status] ( https://github.com/servo/font-kit/actions/workflows/ci.yml/badge.svg )] ( https://github.com/servo/font-kit/actions )
4
+ [ ![ crates.io] ( https://img.shields.io/crates/v/font-kit.svg )] ( https://crates.io/crates/font-kit )
4
5
[ ![ Documentation] ( https://docs.rs/font-kit/badge.svg )] ( https://docs.rs/font-kit )
5
6
6
7
` font-kit ` provides a common interface to the various system font libraries and provides
@@ -106,7 +107,7 @@ included.
106
107
107
108
## Dependencies
108
109
109
- ** Ubuntu Linux **
110
+ ** Ubuntu**
110
111
111
112
` sudo apt install pkg-config libfreetype6-dev libfontconfig1-dev `
112
113
You can’t perform that action at this time.
0 commit comments