blob: 17be648a6ecd451601e047dd7e8d58ce201e29bd [file] [log] [blame]
# Copyright 2020 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.
source_set("engine") {
sources = [
"engine.cc",
"engine.h",
]
public_deps = [
"//src/ui/scenic/lib/display:display",
"//src/ui/scenic/lib/flatland",
"//src/ui/scenic/lib/flatland/renderer",
]
}