sixtyfps_interpreter/
lib.rs

1// Copyright © SixtyFPS GmbH <info@slint-ui.com>
2// SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)
3
4#![deprecated(note = "SixtyFPS was renamed to Slint")]
5#![doc = include_str!("README.md")]
6#![doc(html_logo_url = "https://slint-ui.com/resources/logo.drawio.svg")]