Blame view

ios/cocos2d/external/tinydir/package.json 318 Bytes
520389e3   xiaoyu   接入cocos源码,编译未通过,继续修改
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
    "name": "tinydir",
    "description": "Lightweight, portable and easy to integrate C directory and file reader",
    "license": "BSD-2-Clause",
    "keywords": [
      "dir",
      "directory",
      "file",
      "reader",
      "filesystem"
    ],
    "src": [
      "tinydir.h"
    ],
    "version": "1.2.1",
    "repo": "cxong/tinydir"
  }