Skip to content

Commit

Permalink
Adding json file
Browse files Browse the repository at this point in the history
  • Loading branch information
labe-me committed Jun 4, 2013
1 parent 66a0164 commit d024faf
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ t03:
haxe -lib three.js -debug -main T03 -js t03.js

t04:
haxe -lib three.js -debug -main T04 -js t04.js
haxe -dce no -lib three.js -debug -main T04 -js t04.js
2 changes: 1 addition & 1 deletion examples/T04.hx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import js.Browser;
import js.three.*;
// import * don't really include the class, we have to reference it
import js.three.Three;
//import js.three.Three;

class T04 {
public static function main(){
Expand Down
2 changes: 1 addition & 1 deletion extraParams.hxml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
js.three.Three
js.three.Three
9 changes: 9 additions & 0 deletions haxelib.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name":"three.js",
"url":"https://github.com/labe-me/haxe-three.js",
"license":"BSD",
"description":"Externs for three.js",
"version":"0.4.57",
"releasenote":"Updated to three.js r57 and haxe 3",
"tags":["js", "three"]
}

0 comments on commit d024faf

Please sign in to comment.