Skip to content

Commit

Permalink
Remove actively-developed badge
Browse files Browse the repository at this point in the history
  • Loading branch information
hecrj committed Apr 25, 2020
1 parent aaaaf55 commit 6680609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ keywords = ["game", "engine", "2D", "graphics", "coffee"]
categories = ["game-engines"]
exclude = ["images/*"]

[badges]
maintenance = { status = "actively-developed" }

[package.metadata.docs.rs]
features = ["opengl", "debug"]

Expand Down
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,9 @@
[![License](https://img.shields.io/crates/l/coffee.svg)](https://github.com/hecrj/coffee/blob/master/LICENSE)
[![Gitter chat](https://badges.gitter.im/hecrj/coffee.png)](https://gitter.im/hecrj/coffee)

An opinionated 2D game engine for Rust focused on simplicity, explicitness, and
type-safety.
An opinionated 2D game engine for Rust focused on simplicity, explicitness, and type-safety.

__Coffee is in a very early stage of development.__ Active development is
planned during 2019 (and hopefully beyond that!). Many [basic features are still
missing], some [dependencies are experimental], and there are probably _many_
bugs. [Feel free to contribute!]
__Coffee is in a very early stage of development.__ Many [basic features are still missing], some [dependencies are experimental], and there are probably _many_ bugs. [Feel free to contribute!]

[basic features are still missing]: https://github.com/hecrj/coffee/issues?q=is%3Aissue+is%3Aopen+label%3Afeature
[dependencies are experimental]: #implementation-details
Expand Down

0 comments on commit 6680609

Please sign in to comment.