diff options
| author | pml68 <contact@pml68.dev> | 2025-03-04 00:01:42 +0100 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-03-04 00:01:42 +0100 |
| commit | 107998a3a53c1f4c008837a0099fd22bddfb1802 (patch) | |
| tree | 026b4e661db8767c9c2479f40a86ad0a3e0c8adf /src/values.rs | |
| parent | refactor: move some `assert_eq`s (diff) | |
| download | iced-builder-107998a3a53c1f4c008837a0099fd22bddfb1802.tar.gz | |
feat: impl `Value` for `LineHeight` and `ContentFit` (all done)
Diffstat (limited to 'src/values.rs')
| -rw-r--r-- | src/values.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/values.rs b/src/values.rs index a788dab..6033d00 100644 --- a/src/values.rs +++ b/src/values.rs @@ -1,5 +1,7 @@ mod alignment; +mod content_fit; mod length; +mod line_height; mod padding; mod pixels; mod rotation; |
