Skip to content

Commit 6441997

Browse files
New package: Raycore v0.1.0 (#141502)
UUID: afc56b53-c9a9-482a-a956-d1d800e05559 Repo: https://github.com/JuliaGeometry/Raycore.jl.git Tree: 63a7d2251310bfc301f5fb88091773add64b43a9 Registrator tree SHA: 50f504d641745716a5b3eabaf681d3a4937d2ae3
1 parent dccc638 commit 6441997

File tree

7 files changed

+25
-0
lines changed

7 files changed

+25
-0
lines changed

R/Raycore/Compat.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[0]
2+
GeometryBasics = "0.5"
3+
KernelAbstractions = "0.9"
4+
LinearAlgebra = "1"
5+
Random = "1"
6+
StaticArrays = "1.9.7 - 1"
7+
Statistics = "1"
8+
julia = "1.10.0 - 1"

R/Raycore/Deps.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[0]
2+
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
3+
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
4+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
5+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
6+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
7+
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

R/Raycore/Package.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
name = "Raycore"
2+
uuid = "afc56b53-c9a9-482a-a956-d1d800e05559"
3+
repo = "https://github.com/JuliaGeometry/Raycore.jl.git"

R/Raycore/Versions.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
["0.1.0"]
2+
git-tree-sha1 = "63a7d2251310bfc301f5fb88091773add64b43a9"

R/Raycore/WeakCompat.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[0]
2+
Makie = "0.24"

R/Raycore/WeakDeps.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[0]
2+
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"

Registry.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8886,6 +8886,7 @@ afb3ad05-8577-40d5-8767-20c5aa8ee3cd = { name = "MultivariateSingularIntegrals",
88868886
afb48802-0cf5-5a61-b18d-a3da2e9c5fb6 = { name = "OBOParse", path = "O/OBOParse" }
88878887
afbbf031-7a57-5f58-a1b9-b774a0fad08d = { name = "TypedPolynomials", path = "T/TypedPolynomials" }
88888888
afbf81f7-602f-5a4a-9a77-738a1b1188fe = { name = "ReusableFunctions", path = "R/ReusableFunctions" }
8889+
afc56b53-c9a9-482a-a956-d1d800e05559 = { name = "Raycore", path = "R/Raycore" }
88898890
afc68a34-7891-4c5a-9da1-1c62935e7b0d = { name = "JLLPrefixes", path = "J/JLLPrefixes" }
88908891
afc79dc6-9922-4b50-ae92-da7b5116c2c8 = { name = "ClimaCartesianIndices", path = "C/ClimaCartesianIndices" }
88918892
afcd3178-a774-4cb1-a6b9-c159da09e922 = { name = "SimpleFeatures", path = "S/SimpleFeatures" }

0 commit comments

Comments
 (0)