-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
40 lines (36 loc) · 1.21 KB
/
Project.toml
File metadata and controls
40 lines (36 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name = "OpenType"
uuid = "e5a4412f-5132-4ec5-841c-0d067f41fa94"
authors = ["Cédric Belmant"]
version = "0.1.17"
[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
BinaryParsingTools = "6663bfc4-f836-4634-93ec-aee42a53a86a"
BitMasks = "a3e06817-fd65-4797-8291-16f435bc2529"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
GeometryExperiments = "1147bd75-18e1-436d-adda-d58e854f897d"
HarfBuzz_jll = "2e76f6c2-a576-52d4-95c1-20adfe4de566"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
SwapStreams = "0b152c4a-7e29-418b-9258-223db38db9d9"
[compat]
BinaryParsingTools = "0.1"
BitMasks = "0.1"
Colors = "0.12, 0.13"
Dates = "1"
FixedPointNumbers = "0.8"
GeometryExperiments = "0.4"
HarfBuzz_jll = "8.3.1"
Reexport = "1"
StaticArrays = "1"
StyledStrings = "1"
SwapStreams = "0.2"
julia = "1.11.2"
[extras]
HarfBuzz_jll = "2e76f6c2-a576-52d4-95c1-20adfe4de566"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["HarfBuzz_jll", "Test", "LinearAlgebra"]