From a9ce13c1d2ff02981ccb552bf3da9355ec63273b Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Thu, 3 Jun 2021 13:05:52 +0100 Subject: feat(ui): added feature for an experimental resize The `parametric_resize_beta` feature has been added that enables the new resize system. This change also introduces some background tweaks that start laying the groundwork for future resize work without breaking functionality. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 64077b586..4d6434d17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,3 +57,4 @@ assets = [ [features] disable_automatic_asset_installation = [] +parametric_resize_beta = [] -- cgit v1.2.3