Skip to content

Commit

Permalink
MSRV 1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
blaind committed Oct 24, 2021
1 parent db4640f commit 1b9f041
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [stable, nightly]
rust: [stable, 1.43]

steps:
- name: Install dependencies
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
[package]
name = "ttf2mesh"
version = "0.1.2"
version = "0.2.0"
edition = "2018"
description = "Rust API for ttf2mesh - a crossplatform library allows to convert a glyphs of truetype font (ttf) to a mesh objects in 2d and 3d space"
repository = "https://github.com/blaind/ttf2mesh-rs"
license = "MIT"
readme = "README.md"
keywords = ["tessellation", "mesh", "3d", "truetype", "ttf"]
categories = ["multimedia", "api-bindings"]
rust-version = "1.43"

[dependencies]
ttf2mesh-sys = { path = "ttf2mesh-sys", version = "0.1.2" }
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Update submodules

Develop

## Rust Version Support

The minimum supported Rust version is 1.43

## License

Licensed under <a href="LICENSE">MIT license</a>
Expand Down

0 comments on commit 1b9f041

Please sign in to comment.