mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48:27 +00:00
Renderer feature refactor
This commit is contained in:
parent
f2af8317a2
commit
3a807e46c1
36 changed files with 250 additions and 202 deletions
|
|
@ -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"
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue