From 8191c485dbc084dbac87a42a9da247c755d0816c Mon Sep 17 00:00:00 2001 From: Registrator Date: Tue, 16 Nov 2021 17:32:53 +0530 Subject: [PATCH] New version: ConstructiveGeometry v0.2.0 (#48867) UUID: d7b4f48a-cc68-4606-be83-5982dfebca4b Repo: https://github.com/plut/ConstructiveGeometry.jl.git Tree: 9864daafee9e407020a1e1557eccce68e3767db4 Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec --- C/ConstructiveGeometry/Compat.toml | 18 +++++++++++++++--- C/ConstructiveGeometry/Deps.toml | 18 ++++++++++++++---- C/ConstructiveGeometry/Versions.toml | 3 +++ 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/C/ConstructiveGeometry/Compat.toml b/C/ConstructiveGeometry/Compat.toml index 85d0402d1176805..3a5cdc068106320 100644 --- a/C/ConstructiveGeometry/Compat.toml +++ b/C/ConstructiveGeometry/Compat.toml @@ -3,10 +3,22 @@ Clipper = "0.6" Colors = "0.12" FixedPointNumbers = "0.8" GLPK = "0.14" -LightGraphs = "1" -Meshes = ["0.7", "0.10"] Polyhedra = "0.6" -Rotations = "1" StaticArrays = "1" Triangle = "0.3" + +["0-0.1"] +LightGraphs = "1" +Meshes = ["0.7", "0.10"] +Rotations = "1" julia = "1.5.0-1" + +["0.2-0"] +AbstractTrees = "0.3" +DataStructures = "0.17" +FastClosures = "0.3" +IGLWrap_jll = "0.1.3-0.1" +Makie = "0.14" +Rotations = "1.0.4-1" +Unitful = "1.9.0-1" +julia = "1.6.0-1" diff --git a/C/ConstructiveGeometry/Deps.toml b/C/ConstructiveGeometry/Deps.toml index 43f6ebd91493666..a59738e9a92cef9 100644 --- a/C/ConstructiveGeometry/Deps.toml +++ b/C/ConstructiveGeometry/Deps.toml @@ -3,13 +3,23 @@ Clipper = "c8f6d549-b3ab-5508-a0d1-48fe138e8cc1" Colors = "5ae59095-9a9b-59fe-a467-6f913c188581" FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93" GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6" -LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" -Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" -Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa" Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029" Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" -SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Triangle = "56f361f5-126b-55db-87fb-1c71988fcde4" + +["0-0.1"] +LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d" +Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" +Meshes = "eacbb407-ea5a-433e-ab97-5258b1ca43fa" +SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" + +["0.2-0"] +AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" +DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8" +FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" +IGLWrap_jll = "283677c1-8365-580c-84e5-ef4b5d190868" +Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a" +Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" diff --git a/C/ConstructiveGeometry/Versions.toml b/C/ConstructiveGeometry/Versions.toml index fd4319a032c372c..83565bae67b4b8e 100644 --- a/C/ConstructiveGeometry/Versions.toml +++ b/C/ConstructiveGeometry/Versions.toml @@ -1,2 +1,5 @@ ["0.1.0"] git-tree-sha1 = "2f775430e6bf4d267e53e0d6b437dae0dde9645d" + +["0.2.0"] +git-tree-sha1 = "9864daafee9e407020a1e1557eccce68e3767db4"