We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c405a7a commit b7d744fCopy full SHA for b7d744f
2 files changed
Project.toml
@@ -3,6 +3,9 @@ uuid = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
3
version = "3.0.1"
4
authors = ["1-Bart-1 <bart@vandelint.net>", "Oriol Cayon and contributors"]
5
6
+[workspace]
7
+projects = ["examples", "docs", "test"]
8
+
9
[deps]
10
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
11
DefaultApplication = "3f0dd361-4fe0-5fc6-8523-80b14ec94d85"
docs/Project.toml
@@ -3,3 +3,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
LiveServer = "16fef848-5104-11e9-1b77-fb7a48bbb589"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
VortexStepMethod = "ed3cd733-9f0f-46a9-93e0-89b8d4998dd9"
+[sources]
+VortexStepMethod = {path = ".."}
0 commit comments