# Copyright © SixtyFPS GmbH # SPDX-License-Identifier: (GPL-3.0-only OR LicenseRef-SixtyFPS-commercial) [package] name = "sixtyfps-common" version = "0.1.6" authors = ["SixtyFPS "] edition = "2018" license = "(GPL-3.0-only OR LicenseRef-SixtyFPS-commercial)" description = "Helper crate for sharing code & data structures between sixtyfps-corelib and sixtyfps-compiler" repository = "https://github.com/sixtyfpsui/sixtyfps" homepage = "https://sixtyfps.io" [lib] path = "lib.rs"