blob: 9fc72f40121a3d8cd496c3f382df1246aa2270a2 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/dart/dart_library.gni")
dart_library("qrcodegen") {
package_name = "qrcodegen"
sources = [
"qrcodegen.dart",
]
}