-
Notifications
You must be signed in to change notification settings - Fork 476
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: StructuredLight v0.3.0 (#112260)
UUID: 13204c9-a6e5-4c09-8c7b-ee09b09e0944 Repo: https://github.com/marcsgil/StructuredLight.jl.git Tree: 8409bdfe0fa372bef857ead98ff8efdde6712918 Registrator tree SHA: 191228b6dd8b9d0e2965ae3e705fe54c51dcfee8 Co-authored-by: JuliaHubRegistrator <[email protected]>
- Loading branch information
1 parent
08d9ec8
commit dd1807e
Showing
4 changed files
with
27 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,20 @@ | ||
[0] | ||
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
|
||
["0-0.1"] | ||
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57" | ||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
|
||
["0-0.2"] | ||
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4" | ||
FourierTools = "b18b359b-aebc-45ac-a139-9c0ccbb2871e" | ||
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0" | ||
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c" | ||
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" | ||
Reexport = "189a3867-3050-52da-a836-e630ba90ab69" | ||
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc" | ||
VideoIO = "d6d074c3-1acf-5d4c-9a43-ef38773959a2" | ||
|
||
["0-0.1"] | ||
CUDAKernels = "72cfdca4-0801-4ab0-bf6a-d52aa10adc57" | ||
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" | ||
["0.3-0"] | ||
Bessels = "0e736298-9ec6-45e8-9647-e4fc86a2fe38" | ||
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" | ||
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[0] | ||
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba" | ||
|
||
["0.3-0"] | ||
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" |