From 9163ecfc93e5a243e1c7f5fc75fd26292664a0c8 Mon Sep 17 00:00:00 2001 From: Registrator Date: Sun, 8 Oct 2023 17:21:40 +0530 Subject: [PATCH] New version: NeuralGraphicsGL v0.1.1 (#93004) UUID: 263f7e6d-e369-49af-a86e-c85638573b76 Repo: https://github.com/JuliaNeuralGraphics/NeuralGraphicsGL.jl.git Tree: f8522c69540a8d98b52811ce32f29201794eac8e Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701 --- N/NeuralGraphicsGL/Compat.toml | 14 ++++++++++++-- N/NeuralGraphicsGL/Deps.toml | 3 +++ N/NeuralGraphicsGL/Versions.toml | 3 +++ 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/N/NeuralGraphicsGL/Compat.toml b/N/NeuralGraphicsGL/Compat.toml index 613eef2349622d3..3eb8caed34485b4 100644 --- a/N/NeuralGraphicsGL/Compat.toml +++ b/N/NeuralGraphicsGL/Compat.toml @@ -1,8 +1,18 @@ [0] -CImGui = "1.82.0-1" FileIO = "1.16.0-1" +ModernGL = "1.1.6-1" + +["0-0.1.0"] +CImGui = "1.82.0-1" ImageCore = "0.9.4-0.9" ImageIO = "0.6.6-0.6" -ModernGL = "1.1.6-1" StaticArrays = "1.5.16-1" julia = "1.6.0-1" + +["0.1.1-0"] +CImGui = "1.82" +ImageCore = "0.10" +ImageIO = "0.6" +LibCImGui = "1.82" +StaticArrays = "1.6.0-1" +julia = "1.9.0-1" diff --git a/N/NeuralGraphicsGL/Deps.toml b/N/NeuralGraphicsGL/Deps.toml index 2c7ef95e27c4995..5246524db71a141 100644 --- a/N/NeuralGraphicsGL/Deps.toml +++ b/N/NeuralGraphicsGL/Deps.toml @@ -6,3 +6,6 @@ ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" ModernGL = "66fc600b-dfda-50eb-8b99-91cfa97b1301" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" + +["0.1.1-0"] +LibCImGui = "9be01004-c4f5-478b-abeb-cb32b114cf5e" diff --git a/N/NeuralGraphicsGL/Versions.toml b/N/NeuralGraphicsGL/Versions.toml index 0c68154829ea80e..af50160d4480439 100644 --- a/N/NeuralGraphicsGL/Versions.toml +++ b/N/NeuralGraphicsGL/Versions.toml @@ -1,2 +1,5 @@ ["0.1.0"] git-tree-sha1 = "5fd7fe095bac5397375d397f43155454121e9a9b" + +["0.1.1"] +git-tree-sha1 = "f8522c69540a8d98b52811ce32f29201794eac8e"