Skip to content

Commit

Permalink
Merge pull request #44 from harfbuzz/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
khaledhosny authored Sep 24, 2024
2 parents d3be5c0 + 34fcd03 commit 30f0fec
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 106 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Rust

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

env:
CARGO_TERM_COLOR: always
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,21 @@ name = "harfbuzz_rs"
version = "2.0.2-alpha.0"
authors = ["Manuel Reinhardt <[email protected]>"]
description = "A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust."
repository = "https://github.com/manuel-rhdt/harfbuzz_rs"
repository = "https://github.com/harfbuzz/harfbuzz_rs"
readme = "README.md"
keywords = ["text", "ffi", "textlayout", "shaping", "harfbuzz"]
categories = [
"api-bindings",
"external-ffi-bindings",
"internationalization",
"text-processing"
"text-processing",
]
license = "MIT"
edition = "2018"
links = "harfbuzz"

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

[features]
default = ["build-native-harfbuzz"]
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

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

`harfbuzz_rs` is a high-level interface to HarfBuzz, exposing its most important
functionality in a safe manner using Rust.
Expand Down
87 changes: 0 additions & 87 deletions appveyor.yml

This file was deleted.

0 comments on commit 30f0fec

Please sign in to comment.