From 518f738f1f09e6d9ac55fd8a7964cccb8d5228d7 Mon Sep 17 00:00:00 2001 From: Billingsly Wetherfordshire Date: Thu, 27 Mar 2014 14:46:06 -0500 Subject: [PATCH] added physfs --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index aa47705..4a770df 100644 --- a/packages.json +++ b/packages.json @@ -632,4 +632,13 @@ "license":"MIT", "web":"https://github.com/fowlmouth/allegro5" }, + { + "name":"physfs", + "url":"git://github.com/fowlmouth/physfs", + "method":"git", + "tags":["wrapper","filesystem","archives"], + "description":"A library to provide abstract access to various archives.", + "license":"WTFPL", + "web":"https://github.com/fowlmouth/physfs" + }, ]