Skip to content

Commit

Permalink
Fix for latest version of MeshIO and GeometryBasics.
Browse files Browse the repository at this point in the history
Use [sources] in examples/Project.toml
  • Loading branch information
Tuebel committed Feb 2, 2025
1 parent 475b2c9 commit 1e21f88
Show file tree
Hide file tree
Showing 11 changed files with 2,093 additions and 1,291 deletions.
2 changes: 0 additions & 2 deletions .gitattributes

This file was deleted.

9 changes: 5 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name = "SciGL"
uuid = "e33cfb9f-2574-42f7-bc46-3c25fa028886"
authors = ["Tim Redick <t.redick@irt.rwth-aachen.de>"]
version = "0.3.14"
version = "0.3.15"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298"
Expand All @@ -20,12 +21,12 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

[sources]
GLAbstraction = {url = "https://github.com/Tuebel/GLAbstraction.jl"}

[extras]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[sources]
GLAbstraction = {url="https://github.com/Tuebel/GLAbstraction.jl.git"}

[targets]
test = ["Accessors", "Test"]
Loading

0 comments on commit 1e21f88

Please sign in to comment.