First commit
This commit is contained in:
11
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/haxelib.json
generated
vendored
Normal file
11
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/haxelib.json
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "UseCp",
|
||||
"url" : "http://example.org",
|
||||
"license": "GPL",
|
||||
"tags": [],
|
||||
"description": "This project use a deep class path.",
|
||||
"version": "0.0.1",
|
||||
"releasenote": "Initial release, everything is working correctly",
|
||||
"classPath": "lib/src",
|
||||
"contributors": ["Bar"]
|
||||
}
|
||||
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/lib/src/bar/Bar.hx
generated
vendored
Normal file
9
hGameTest/node_modules/haxe/downloads/haxelib/test/libraries/UseCp/lib/src/bar/Bar.hx
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package bar;
|
||||
|
||||
class Bar {
|
||||
|
||||
static function new() {
|
||||
trace("new Bar");
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user