// Copyright © SixtyFPS GmbH // SPDX-License-Identifier: MIT // In order to be compatible with both desktop, wasm, and android, the example is both a binary and a library. // Just forward to the library in main fn main() { printerdemo_lib::main(); }