summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-06-03 13:05:52 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-06-03 13:05:52 +0100
commita9ce13c1d2ff02981ccb552bf3da9355ec63273b (patch)
tree7dfd80d080d4cd56dea21306a9ea5d40ad7d3819 /Cargo.toml
parent5164bd99b7750122b36fd1fa54a90047e483067c (diff)
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.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 = []