未验证 提交 dd937c3f 编写于 作者: H Harry Terkelsen 提交者: GitHub

Roll CanvasKit to 0.26.0 (#25732)

上级 677a8fd7
......@@ -74,7 +74,7 @@ const bool canvasKitForceCpuOnly = bool.fromEnvironment(
/// NPM, update this URL to `https://unpkg.com/canvaskit-wasm@0.34.0/bin/`.
const String canvasKitBaseUrl = String.fromEnvironment(
'FLUTTER_WEB_CANVASKIT_URL',
defaultValue: 'https://unpkg.com/canvaskit-wasm@0.25.1/bin/',
defaultValue: 'https://unpkg.com/canvaskit-wasm@0.26.0/bin/',
);
final String canvasKitBuildUrl =
canvasKitBaseUrl + (kProfileMode ? 'profiling/' : '');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册