mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
Janitor: Fix clippy::excessive_precision
This commit is contained in:
parent
2beac7aa07
commit
3850b7192f
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ mod fonts;
|
||||||
|
|
||||||
type CanvasRc = Rc<RefCell<femtovg::Canvas<femtovg::renderer::OpenGl>>>;
|
type CanvasRc = Rc<RefCell<femtovg::Canvas<femtovg::renderer::OpenGl>>>;
|
||||||
|
|
||||||
const KAPPA90: f32 = 0.5522847493;
|
const KAPPA90: f32 = 0.55228;
|
||||||
|
|
||||||
#[derive(Clone)]
|
#[derive(Clone)]
|
||||||
enum ItemGraphicsCacheEntry {
|
enum ItemGraphicsCacheEntry {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue