Remove unused by_address dependency

This commit is contained in:
Simon Hausmann 2022-07-20 09:21:21 +02:00 committed by Simon Hausmann
parent 5619abb878
commit 4b8432c5f5
3 changed files with 1 additions and 4 deletions

View file

@ -37,7 +37,6 @@ i-slint-core-macros = { version = "=0.2.6", path = "../../../internal/core-macro
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
vtable = { version = "0.1.6", path = "../../../helper_crates/vtable" }
by_address = "1.0.4"
derive_more = "0.99.5"
embedded-graphics = "0.7.1"
embedded-graphics-simulator = { version = "0.3.0", optional = true, default-features = false }