diff --git a/api/sixtyfps-rs/Cargo.toml b/api/sixtyfps-rs/Cargo.toml index f1a0d069e..2262c95e6 100644 --- a/api/sixtyfps-rs/Cargo.toml +++ b/api/sixtyfps-rs/Cargo.toml @@ -21,7 +21,7 @@ path = "lib.rs" default = ["std", "backend-gl", "x11", "backend-qt", "compat-0-2-0"] ## Mandatory feature: -## This feature is required to keep the compatibility with SixtyFPS 0.2.0 +## This feature is required to keep the compatibility with Slint 0.2.0 ## Newer patch version may put current functionality behind a new feature ## that would be enabled by default only if this feature was added compat-0-2-0 = [] diff --git a/internal/interpreter/Cargo.toml b/internal/interpreter/Cargo.toml index a057a9ebc..4b9c05f28 100644 --- a/internal/interpreter/Cargo.toml +++ b/internal/interpreter/Cargo.toml @@ -21,7 +21,7 @@ path = "lib.rs" default = ["std", "backend-gl", "x11", "backend-qt", "compat-0-2-0"] ## Mandatory feature: -## This feature is required to keep the compatibility with SixtyFPS 0.2.0 +## This feature is required to keep the compatibility with Slint 0.2.0 ## Newer patch version may put current functionality behind a new feature ## that would be enabled by default only if this feature was added compat-0-2-0 = []