Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 13f136e

Browse files
authored
[deps] Add package:intl (#37980)
1 parent 787044d commit 13f136e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEPS

+4
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ vars = {
148148
"upstream_http_parser": "https://github.com/dart-lang/http_parser.git",
149149
"upstream_http": "https://github.com/dart-lang/http.git",
150150
"upstream_icu": "https://github.com/unicode-org/icu.git",
151+
"upstream_intl": "https://github.com/dart-lang/intl.git",
151152
"upstream_imgui": "https://github.com/ocornut/imgui.git",
152153
"upstream_inja": "https://github.com/pantor/inja.git",
153154
"upstream_json": "https://github.com/nlohmann/json.git",
@@ -365,6 +366,9 @@ deps = {
365366
'src/third_party/dart/third_party/pkg/http_parser':
366367
Var('dart_git') + '/http_parser.git@c73967535ce31120e218120f70ef98cc22688c82',
367368

369+
'src/third_party/dart/third_party/pkg/intl':
370+
Var('dart_git') + '/intl.git@a127902594a964f2090239fb454adadf7c1a77ef',
371+
368372
'src/third_party/dart/third_party/pkg/json_rpc_2':
369373
Var('dart_git') + '/json_rpc_2.git@16fed53fbebd38edf170f58c1da1de2a325b2b98',
370374

0 commit comments

Comments
 (0)