File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,9 @@ readme = "./README.md"
1212license = " MIT OR Apache-2.0"
1313exclude = [
1414 " /.github/" ,
15- " /.circleci/" ,
1615 " .gitignore" ,
1716]
1817
19- [badges ]
20- circle-ci = { repository = " embedded-graphics/tinytga" , branch = " master" }
21-
2218[[bench ]]
2319name = " draw"
2420harness = false
@@ -31,4 +27,4 @@ nom = { version = "7.1.1", default-features = false }
3127paste = " 1.0"
3228criterion = " 0.3.5"
3329clap = { version = " 3.2.22" , features = [" derive" ] }
34- embedded-graphics-simulator = { version = " 0.5.0" , default_features = false }
30+ embedded-graphics-simulator = { version = " 0.5.0" , default-features = false }
Original file line number Diff line number Diff line change 11# TinyTGA
22
3- [ ![ Build Status] ( https://circleci .com/gh/ embedded-graphics/tinytga/tree/master. svg?style=shield )] ( https://circleci .com/gh/ embedded-graphics/tinytga/tree/master )
3+ [ ![ CI Status] ( https://github .com/embedded-graphics/tinytga/actions/workflows/ci.yml/badge. svg )] ( https://github .com/embedded-graphics/tinytga/actions/workflows/ci.yml )
44[ ![ Crates.io] ( https://img.shields.io/crates/v/tinytga.svg )] ( https://crates.io/crates/tinytga )
55[ ![ Docs.rs] ( https://docs.rs/tinytga/badge.svg )] ( https://docs.rs/tinytga )
66[ ![ embedded-graphics on Matrix] ( https://img.shields.io/matrix/rust-embedded-graphics:matrix.org )] ( https://matrix.to/#/#rust-embedded-graphics:matrix.org )
Original file line number Diff line number Diff line change 11# TinyTGA
22
3- [](https://circleci .com/gh/ embedded-graphics/tinytga/tree/master )
3+ [](https://github .com/embedded-graphics/tinytga/actions/workflows/ci.yml )
44[](https://crates.io/crates/tinytga)
55[](https://docs.rs/tinytga)
66[](https://matrix.to/#/#rust-embedded-graphics:matrix.org)
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Target audience: crate maintainers who wish to release `tinytga`.
77## On GitHub
88
99- Check that all desired PRs are merged and all desired issues are closed/resolved.
10- - Check that the latest master build passed in CircleCI .
10+ - Check that the latest master build passed in all CI checks .
1111
1212## On your local machine
1313
You can’t perform that action at this time.
0 commit comments