mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-30 13:51:13 +00:00
Use pin-weak from crates.io
This commit is contained in:
parent
cb67e40c32
commit
2e74fa43cd
5 changed files with 2 additions and 153 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue