Use pin-weak from crates.io

This commit is contained in:
Olivier Goffart 2020-08-03 09:18:04 +02:00
parent cb67e40c32
commit 2e74fa43cd
5 changed files with 2 additions and 153 deletions

View file

@ -12,7 +12,7 @@ once_cell = "1.4"
sixtyfps-rs-macro= { path = "sixtyfps-rs-macro" }
const-field-offset = { path = "../../helper_crates/const-field-offset" }
vtable = { path = "../../helper_crates/vtable" }
pin-weak = { path = "../../helper_crates/pin-weak" }
pin-weak = "1"
sixtyfps_corelib = { path="../../sixtyfps_runtime/corelib" }
# FIXME: should be under a feature or somehow done differently
sixtyfps_rendering_backend_gl = { path="../../sixtyfps_runtime/rendering_backends/gl" }