diff options
Diffstat (limited to 'src/entity.rs')
| -rw-r--r-- | src/entity.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entity.rs b/src/entity.rs index ac15921..ef2b9ad 100644 --- a/src/entity.rs +++ b/src/entity.rs | |||
| @@ -33,4 +33,5 @@ pub struct EntityConfig { | |||
| 33 | pub max: Option<f32>, | 33 | pub max: Option<f32>, |
| 34 | pub step: Option<f32>, | 34 | pub step: Option<f32>, |
| 35 | pub mode: Option<&'static str>, | 35 | pub mode: Option<&'static str>, |
| 36 | pub suggested_display_precision: Option<u8>, | ||
| 36 | } | 37 | } |
