Skip to content

Commit

Permalink
@lock is not exported on earlier Julias
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumbiegel committed Apr 5, 2024
1 parent 6a3326c commit c913998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FreeTypeAbstraction.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module FreeTypeAbstraction

using FreeType, Colors, ColorVectorSpace, GeometryBasics
using Base.Iterators: Repeated, repeated
import Base: /, *, ==
import Base: /, *, ==, @lock
import Base.Broadcast: BroadcastStyle, Style, broadcasted
using GeometryBasics: StaticVector

Expand Down

0 comments on commit c913998

Please sign in to comment.