summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:39:51 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:39:51 +0100
commit713acbb4a31db01bc522012a1195eb870d6f29d7 (patch)
tree3363d7d4aa409fb6f8494a6c0e350e6c5482fb10
parent25e2d8504b083aea2788076af7b83c4bf4ac1a04 (diff)
downloadqtlocation-mapboxgl-713acbb4a31db01bc522012a1195eb870d6f29d7.tar.gz
add package.json with reference to shader optimizer
-rw-r--r--.gitignore3
-rw-r--r--package.json7
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d358c1891d..944f7cde80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,4 +7,5 @@
/ios/build
/config.gypi
/config.mk
-/build \ No newline at end of file
+/build
+/node_modules
diff --git a/package.json b/package.json
new file mode 100644
index 0000000000..11abe8d3cf
--- /dev/null
+++ b/package.json
@@ -0,0 +1,7 @@
+{
+ "name": "llmr-native",
+ "version": "0.0.1",
+ "dependencies": {
+ "glsl-optimizer": "https://github.com/kkaefer/glsl-optimizer/archive/amalgamation.zip"
+ }
+}