mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
Implement ptr_eq for VWeak and PartialEq for Items (#976)
* Implement ptr_eq for VWeaks Co-authored-by: Simon Hausmann <simon.hausmann@slint-ui.com>
This commit is contained in:
parent
6795d3ee00
commit
f3feab1267
15 changed files with 65 additions and 13 deletions
|
@ -24,7 +24,7 @@ i-slint-compiler = { version = "=0.2.1", path="../../../internal/compiler" }
|
|||
i-slint-core = { version = "=0.2.1", path="../../../internal/core" }
|
||||
slint-interpreter = { version = "=0.2.1", path="../../../internal/interpreter", features = ["display-diagnostics"] }
|
||||
|
||||
vtable = { version = "0.1.1", path="../../../helper_crates/vtable" }
|
||||
vtable = { version = "0.1.6", path="../../../helper_crates/vtable" }
|
||||
|
||||
css-color-parser2 = "1.0.1"
|
||||
generativity = "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue