Skip to content

Commit 30f0fec

Browse files
authored
Merge pull request #44 from harfbuzz/cleanup
Cleanup
2 parents d3be5c0 + 34fcd03 commit 30f0fec

File tree

5 files changed

+6
-106
lines changed

5 files changed

+6
-106
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Rust
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
env:
1010
CARGO_TERM_COLOR: always

.travis.yml

-11
This file was deleted.

Cargo.toml

+3-4
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,21 @@ name = "harfbuzz_rs"
33
version = "2.0.2-alpha.0"
44
authors = ["Manuel Reinhardt <[email protected]>"]
55
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
6-
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
6+
repository = "https://github.com/harfbuzz/harfbuzz_rs"
77
readme = "README.md"
88
keywords = ["text", "ffi", "textlayout", "shaping", "harfbuzz"]
99
categories = [
1010
"api-bindings",
1111
"external-ffi-bindings",
1212
"internationalization",
13-
"text-processing"
13+
"text-processing",
1414
]
1515
license = "MIT"
1616
edition = "2018"
1717
links = "harfbuzz"
1818

1919
[badges]
20-
travis-ci = { repository = "manuel-rhdt/harfbuzz_rs", branch = "master" }
21-
appveyor = { repository = "manuel-rhdt/harfbuzz_rs", branch = "master", service = "github" }
20+
maintainence = { status = "passively-maintained" }
2221

2322
[features]
2423
default = ["build-native-harfbuzz"]

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
[![Crates.io](https://img.shields.io/crates/v/harfbuzz_rs.svg)](https://crates.io/crates/harfbuzz_rs)
44
[![Documentation](https://docs.rs/harfbuzz_rs/badge.svg)](https://docs.rs/harfbuzz_rs)
5-
[![Build Status](https://travis-ci.org/manuel-rhdt/harfbuzz_rs.svg?branch=master)](https://travis-ci.org/manuel-rhdt/harfbuzz_rs)
6-
[![Build status](https://ci.appveyor.com/api/projects/status/tg2xpx3am2iw7nxr?svg=true)](https://ci.appveyor.com/project/manuel-rhdt/harfbuzz-rs)
5+
[![Build status](https://github.com/harfbuzz/harfbuzz_rs/actions/workflows/rust.yml/badge.svg)](https://github.com/harfbuzz/harfbuzz_rs/actions/workflows/rust.yml)
76

87
`harfbuzz_rs` is a high-level interface to HarfBuzz, exposing its most important
98
functionality in a safe manner using Rust.

appveyor.yml

-87
This file was deleted.

0 commit comments

Comments
 (0)