From bda4987b525c2d78d8f0f4d9c2a49949fee7811b Mon Sep 17 00:00:00 2001 From: Mathias Westerdahl Date: Tue, 8 May 2018 12:51:49 +0200 Subject: [PATCH] Fixed library.include_dirs property --- README.md | 2 +- game.project | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a38b36b..cea3fb0 100644 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ https://github.com/dlbeer/quirc ## Encoder -https://github.com/nayuki/QR-Code-generator +https://github.com/JCash/qrcode diff --git a/game.project b/game.project index 53e5763..195a5d1 100644 --- a/game.project +++ b/game.project @@ -3,7 +3,6 @@ title = QRCode version = 0.1 dependencies = https://github.com/defold/extension-camera/archive/master.zip,https://github.com/andsve/dirtylarry/archive/master.zip custom_resources = main/images/defold.png -include_dirs = qrcode [bootstrap] main_collection = /main/main.collectionc @@ -21,3 +20,5 @@ scale = 0.02 [script] shared_state = 1 +[library] +include_dirs = qrcode \ No newline at end of file