Skip to content

Commit

Permalink
New version: NeuralGraphicsGL v0.1.1 (#93004)
Browse files Browse the repository at this point in the history
UUID: 263f7e6d-e369-49af-a86e-c85638573b76
Repo: https://github.com/JuliaNeuralGraphics/NeuralGraphicsGL.jl.git
Tree: f8522c69540a8d98b52811ce32f29201794eac8e

Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
  • Loading branch information
JuliaRegistrator authored Oct 8, 2023
1 parent a4fa5cb commit 9163ecf
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 12 additions & 2 deletions N/NeuralGraphicsGL/Compat.toml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 3 additions & 0 deletions N/NeuralGraphicsGL/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 3 additions & 0 deletions N/NeuralGraphicsGL/Versions.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
["0.1.0"]
git-tree-sha1 = "5fd7fe095bac5397375d397f43155454121e9a9b"

["0.1.1"]
git-tree-sha1 = "f8522c69540a8d98b52811ce32f29201794eac8e"

0 comments on commit 9163ecf

Please sign in to comment.