mirror of
https://github.com/gpujs/gpu.js.git
synced 2026-01-18 16:04:10 +00:00
Initial folder structure commit
This commit is contained in:
commit
57ca297806
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# Built files
|
||||
bin/*.js
|
||||
0
bin/_anchor.txt
Normal file
0
bin/_anchor.txt
Normal file
19
build.xml
Executable file
19
build.xml
Executable file
@ -0,0 +1,19 @@
|
||||
<project name="gpu.js" default="source">
|
||||
<!-- **************************************************
|
||||
The following lists the target sets supported by ant
|
||||
|
||||
+ build
|
||||
+ clean
|
||||
+ compile / build / source
|
||||
+ src-beautify
|
||||
|
||||
************************************************** -->
|
||||
|
||||
<!-- convinent aliases -->
|
||||
<target name="source" depends="build">
|
||||
</target>
|
||||
|
||||
<!-- The build ant script -->
|
||||
<target name="build">
|
||||
</target>
|
||||
</project>
|
||||
0
demo/_anchor.txt
Normal file
0
demo/_anchor.txt
Normal file
0
src/_anchor.txt
Normal file
0
src/_anchor.txt
Normal file
Loading…
x
Reference in New Issue
Block a user