Renderer feature refactor

This commit is contained in:
Olivier Goffart 2023-07-27 19:11:24 +02:00 committed by GitHub
parent f2af8317a2
commit 3a807e46c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 250 additions and 202 deletions

View file

@ -67,9 +67,9 @@ instance.run().unwrap();
#![warn(missing_docs)]
#![doc(html_logo_url = "https://slint.dev/logo/slint-logo-square-light.svg")]
#[cfg(not(feature = "compat-1-0"))]
#[cfg(not(feature = "compat-1-2"))]
compile_error!(
"The feature `compat-1-0` must be enabled to ensure \
"The feature `compat-1-2` must be enabled to ensure \
forward compatibility with future version of this crate"
);