Skip to content

Commit

Permalink
fix rpr and relocatability
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDanisch committed Oct 15, 2024
1 parent 822664a commit a81b067
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RPRMakie/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GeometryBasics = "0.4.11"
LinearAlgebra = "1.0, 1.6"
Makie = "=0.22.0"
Printf = "1.0, 1.6"
RadeonProRender = "0.3.1"
RadeonProRender = "0.3.2"
julia = "1.3"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion relocatability.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd(tmpdir)
Pkg.generate("MakieApp")
Pkg.activate("MakieApp")

pkg"GeometryBasics#ff/refactor MeshIO#ff/GeometryBasics_refactor ShaderAbstractions#ff/GeometryBasics_refactor"
pkg"add GeometryBasics#ff/refactor MeshIO#ff/GeometryBasics_refactor ShaderAbstractions#ff/GeometryBasics_refactor"

makie_dir = @__DIR__
commit = cd(makie_dir) do
Expand Down

0 comments on commit a81b067

Please sign in to comment.