From 80e115c9a9674faa88b3be8eb40571a0330f9e25 Mon Sep 17 00:00:00 2001 From: Vortex <73261680+Vortex2Oblivion@users.noreply.github.com> Date: Sun, 22 Dec 2024 20:01:14 +0000 Subject: [PATCH] Update haxelib.json (#452) --- haxelib.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/haxelib.json b/haxelib.json index 481c1b70..1945d6de 100644 --- a/haxelib.json +++ b/haxelib.json @@ -6,5 +6,8 @@ "description": "flixel-addons is a set of useful, additional classes for HaxeFlixel.", "version": "3.3.0", "releasenote": "Compatibility with flixel 5.9.0", - "contributors": ["haxeflixel", "Gama11", "GeoKureli"] + "contributors": ["haxeflixel", "Gama11", "GeoKureli"], + "dependencies": { + "flixel": "" + } }