-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
56 lines (50 loc) · 1.75 KB
/
Project.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
name = "DiffPointRasterisation"
uuid = "f984992d-3c45-4382-99a1-cf20f5c47c61"
authors = ["Wolfhart Feldmeier <wolfhart.feldmeier@uni-jena.de>"]
version = "0.2.2"
[deps]
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197"
Atomix = "a9b6321e-bd34-4604-b9c9-b65b8de01458"
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
SimpleUnPack = "ce78b400-467f-4804-87d8-8f486da07d0a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
[weakdeps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
[extensions]
DiffPointRasterisationCUDAExt = "CUDA"
DiffPointRasterisationChainRulesCoreExt = "ChainRulesCore"
[compat]
Adapt = "4"
Aqua = "0.8"
ArgCheck = "2.3"
Atomix = "0.1"
BenchmarkTools = "1"
CUDA = "5.3"
ChainRulesCore = "1.23"
ChainRulesTestUtils = "1.12"
ChunkSplitters = "2"
FillArrays = "1.9.3"
KernelAbstractions = "0.9.18"
Rotations = "1.7"
SimpleUnPack = "1.1"
StaticArrays = "1.9.1"
Test = "1"
TestItemRunner = "^1"
TestItems = "^1"
julia = "^1.9"
[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[targets]
test = ["Adapt", "Aqua", "BenchmarkTools", "ChainRulesCore", "ChainRulesTestUtils", "CUDA", "Rotations", "Test", "TestItemRunner"]