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:
Tobias Hunger 2022-02-21 17:45:18 +01:00 committed by GitHub
parent 6795d3ee00
commit f3feab1267
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 65 additions and 13 deletions

View file

@ -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"