Skip to content

Commit

Permalink
feat(core): add missing methods to the dpi module (#4393)
Browse files Browse the repository at this point in the history
* feat(core): add missing methods to the dpi module

* cleanup impl
  • Loading branch information
lucasfernog committed Jun 19, 2022
1 parent 123f6e6 commit c7d13a1
Show file tree
Hide file tree
Showing 2 changed files with 303 additions and 66 deletions.
6 changes: 6 additions & 0 deletions .changes/add-missing-dpi-methods.md
@@ -0,0 +1,6 @@
---
"tauri-runtime": patch
"tauri": patch
---

Added `fn new` constructors for `PhysicalSize`, `LogicalSize`, `PhysicalPosition` and `LogicalPosition` and missing conversion methods.

0 comments on commit c7d13a1

Please sign in to comment.