Sign in
◑
Theme
skia
/
external
/
github.com
/
linebender
/
vello
/
387c7be60094530ceffc3411ba4ecb0eb5446f47
/
.
/
examples
/
with_winit
/
src
/
main.rs
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
()
}