diff options
author | Alec Thomas <alec@swapoff.org> | 2015-04-23 14:27:01 +1000 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2015-04-23 14:27:01 +1000 |
commit | 26f02d3e4a8d78d4dbe406748b65da83195ad170 (patch) | |
tree | 09d329758f169ec87493be8a33b814a64833198d | |
parent | b1b93ea0a7657bf4f6638e8257dfca9bc9df7640 (diff) |
Add AppVeyor master status badge.
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ -# EntityX - A fast, type-safe C++ Entity Component System [](https://travis-ci.org/alecthomas/entityx) +# EntityX - A fast, type-safe C++ Entity Component System [](https://travis-ci.org/alecthomas/entityx) [](https://ci.appveyor.com/project/alecthomas/entityx/branch/master) + ***NOTE: The current stable release 1.0.0 breaks backwards compataibility with < 1.0.0. See the [change log](CHANGES.md) for details.*** |