Skip to content

Commit b4045fa

Browse files
authored
only bundle libraries that are needed (#823)
1 parent dff7b2c commit b4045fa

File tree

7 files changed

+1738
-28
lines changed

7 files changed

+1738
-28
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ version = "2.1.7"
44

55
[deps]
66
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
7+
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c"
78
LazyArtifacts = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
89
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
910
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
@@ -13,13 +14,14 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1314
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1415

1516
[compat]
17+
Glob = "1"
1618
RelocatableFolders = "0.1, 0.3, 1"
1719
julia = "1.6"
1820

1921
[extras]
2022
Example = "7876af07-990d-54b4-ab0e-23690620f79a"
21-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2223
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
24+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2325

2426
[targets]
2527
test = ["Test", "Example", "TOML"]

0 commit comments

Comments
 (0)