diff --git a/Project.toml b/Project.toml index 16f722d..dcf66c6 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,6 @@ Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826" NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50" PooledArrays = "2dfb63ee-cc39-5dd5-95bd-886bf059d720" Query = "1a8c2f83-1ff3-5112-b086-8aa67b057ba1" -RelocatableFolders = "05181044-ff0b-4ac5-8273-598c1e38db00" Requires = "ae029012-a4dd-5104-9daa-d747884805df" Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc" Showoff = "992d4aef-0814-514b-bc4d-f2e9a6c4116f" @@ -46,7 +45,6 @@ Memoize = "0.4.4" NamedTupleTools = "0.14.3" PooledArrays = "1.4" Query = "1.0.0" -RelocatableFolders = "1.0.1" Requires = "1.3.0" Rotations = "1.7" Showoff = "1.0.3" diff --git a/src/Vizagrams.jl b/src/Vizagrams.jl index aa02c7c..ffe86b0 100644 --- a/src/Vizagrams.jl +++ b/src/Vizagrams.jl @@ -33,9 +33,6 @@ using LaTeXStrings using MathTeXEngine using UUIDs -using RelocatableFolders -const FONTS = @path joinpath(@__DIR__, "..", "assets", "fonts") - include("auxiliar/auxiliary_geometric_functions.jl") export uniformscaling, U, R, T, M, angle_between_vectors include("auxiliar/generate_ticks_ext_wilkinson.jl")