|
| 1 | +name = "VMRobotControl" |
| 2 | +uuid = "7d923390-5bb2-4b12-9c06-5b46ef7ec375" |
| 3 | +authors = [ "Daniel Larby <[email protected]>"] |
| 4 | +version = "0.1.0" |
| 5 | + |
| 6 | +[deps] |
| 7 | +BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" |
| 8 | +ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f" |
| 9 | +Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" |
| 10 | +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" |
| 11 | +DiffResults = "163ba53b-c6d8-5494-b064-1a9d43ac40c5" |
| 12 | +DigitalAssetExchangeFormatIO = "43182933-f65b-495a-9e05-4d939cea427d" |
| 13 | +EzXML = "8f5d6c58-4d21-5cfd-889c-e3ad7ee6a615" |
| 14 | +FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549" |
| 15 | +FileWatching = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee" |
| 16 | +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |
| 17 | +FunctionWrappers = "069b7b12-0de2-55c6-9aab-29f3d0a68a2e" |
| 18 | +GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326" |
| 19 | +Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" |
| 20 | +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" |
| 21 | +JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6" |
| 22 | +LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" |
| 23 | +LoopVectorization = "bdcacae8-1622-11e9-2a5c-532679323890" |
| 24 | +MeshIO = "7269a6da-0436-5bbc-96c2-40638cbb6118" |
| 25 | +Observables = "510215fc-4207-5dde-b226-833fc4488ee2" |
| 26 | +OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d" |
| 27 | +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" |
| 28 | +PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46" |
| 29 | +Profile = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79" |
| 30 | +Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" |
| 31 | +ResultTypes = "08a2b407-ddc3-586a-afd6-c784ad1fffe2" |
| 32 | +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" |
| 33 | +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" |
| 34 | +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" |
| 35 | +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
| 36 | +UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4" |
| 37 | + |
| 38 | +[weakdeps] |
| 39 | +DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" |
| 40 | +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" |
| 41 | + |
| 42 | +[extensions] |
| 43 | +VMRobotControlDifferentialEquationsExt = "DifferentialEquations" |
| 44 | +VMRobotControlMakieExt = "Makie" |
| 45 | + |
| 46 | +[compat] |
| 47 | +BenchmarkTools = "1" |
| 48 | +ColorTypes = ">= 0.11" |
| 49 | +Colors = ">= 0.12" |
| 50 | +DataStructures = ">= 0.18" |
| 51 | +DifferentialEquations = "7" |
| 52 | +DiffResults = "1" |
| 53 | +DigitalAssetExchangeFormatIO = ">= 1.1.2" # This is required, previous versions broken |
| 54 | +EzXML = "1" |
| 55 | +FileIO = "1" |
| 56 | +ForwardDiff = ">= 0.10" |
| 57 | +FunctionWrappers = "1" |
| 58 | +GeometryBasics = ">= 0.4" |
| 59 | +Graphs = "1" |
| 60 | +JSON = ">= 0.21" |
| 61 | +LoopVectorization = ">= 0.12" |
| 62 | +Makie = ">= 0.21" |
| 63 | +MeshIO = ">= 0.4" |
| 64 | +Observables = ">= 0.5" |
| 65 | +OrderedCollections = "1" |
| 66 | +PreallocationTools = ">= 0.4" |
| 67 | +ResultTypes = "4" |
| 68 | +StaticArrays = ">= 1.8.1" # Manual |
| 69 | +StatsBase = ">= 0.34" |
| 70 | +Pkg = "1" |
| 71 | +SparseArrays = "1" |
| 72 | + |
| 73 | +[extras] |
| 74 | +DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa" |
| 75 | +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" |
| 76 | +ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" |
| 77 | +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" |
| 78 | + |
| 79 | +[targets] |
| 80 | +test = ["Test", "ProgressMeter"] |
0 commit comments