mirror of
https://github.com/encounter/engine.git
synced 2026-03-30 11:09:55 -07:00
def8061d49
* The Flutter engine will be shipped as a shared library. * The engine is renderer and window toolkit agnostic. * The simple public C API is described in embedder.h. * ABI breaking changes will be indicated by changing the FLUTTER_ENGINE_VERSION. * A simple GLFW based example of this API is available at https://gist.github.com/chinmaygarde/8abf44921f7d87f6da7bf026267c4792
9 lines
332 B
C
9 lines
332 B
C
// Copyright 2017 The Chromium Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "flutter/shell/platform/embedder/embedder.h"
|
|
|
|
// This file is only present to ensure that the public embedder header can be
|
|
// cleanly included in a C file.
|