diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-27 14:46:06 -0500 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2014-03-27 14:46:06 -0500 |
| commit | 518f738f1f09e6d9ac55fd8a7964cccb8d5228d7 (patch) | |
| tree | 65fb2ce2aecffc4d2fb9984080d0f8a5cc0948b3 | |
| parent | 631bbd63009565b6cc21099f31168501a09ab806 (diff) | |
| download | packages-518f738f1f09e6d9ac55fd8a7964cccb8d5228d7.tar.gz packages-518f738f1f09e6d9ac55fd8a7964cccb8d5228d7.zip | |
added physfs
| -rw-r--r-- | packages.json | 9 |
1 files changed, 9 insertions, 0 deletions
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" + }, ] |
