blob: 1d498060d6c87850b74f580f44b5c935463fb440 [file]
// Copyright 2022 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
use anyhow::Result;
fn main() -> Result<()> {
with_winit::main()
}