changeset 337:d93099b1882e refactor/combine_to_one_package

Add TiledIteration to deps. `using Sbplib` now runs without errors.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 25 Sep 2020 13:35:26 +0200
parents e50f130c37fd
children 2b0c9b30ea3b
files Manifest.toml Project.toml
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Manifest.toml	Fri Sep 25 13:34:32 2020 +0200
+++ b/Manifest.toml	Fri Sep 25 13:35:26 2020 +0200
@@ -1,2 +1,12 @@
 # This file is machine-generated - editing it directly is not advised
 
+[[OffsetArrays]]
+git-tree-sha1 = "9011c7c98769c451f83869a4d66461e2f23bc80b"
+uuid = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
+version = "1.2.1"
+
+[[TiledIteration]]
+deps = ["OffsetArrays"]
+git-tree-sha1 = "98693daea9bb49aba71eaad6b168b152d2310358"
+uuid = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
+version = "0.2.4"
--- a/Project.toml	Fri Sep 25 13:34:32 2020 +0200
+++ b/Project.toml	Fri Sep 25 13:35:26 2020 +0200
@@ -3,5 +3,8 @@
 authors = ["Jonatan Werpers <jonatan@werpers.com> and contributors"]
 version = "0.1.0"
 
+[deps]
+TiledIteration = "06e1c1a7-607b-532d-9fad-de7d9aa2abac"
+
 [compat]
 julia = "1.5"