From 988ca1a3e364aa6e5377e3407c683eceddb88107 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 10 Jul 2023 23:00:06 +0200 Subject: Remove dependencies --- README.md | 3 --- 1 file changed, 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f46e132..6f4ddce 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,4 @@ Systems are called on every update, and they use components through nodes. Just run `engine.update(dt)` in your game loop :D -![Travis CI Build Status][travis-ci-badge] - [ash]: http://www.ashframework.org/ -[travis-ci-badge]: https://travis-ci.org/serpentity/serpentity.svg?branch=master -- cgit