You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much of the existing ecosystem around Roact is fully compatible with Roact17, but in order to use existing packages one must fork each package and change the dependency from Roact to RoactCompat. A mechanism for overriding dependencies simplifies this problem.
The text was updated successfully, but these errors were encountered:
Previous OpenSSL was outdated and did not build on archlinux.
Updating it would fix the problem, since it's a known bug
\UpliftGames#99 in rust-openssl.
Wally should have a mechanism similar to Cargo, where you can override the dependencies of other crates.
See: https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
Much of the existing ecosystem around Roact is fully compatible with Roact17, but in order to use existing packages one must fork each package and change the dependency from
Roact
toRoactCompat
. A mechanism for overriding dependencies simplifies this problem.The text was updated successfully, but these errors were encountered: