- setup rustup nightly:
rustup default nightly
git clone https://gitlab.com/fastotp1/fastotp.git && rm fastotp/rust-toolchain.toml
cd fastotp/application_iced; cargo fetch & cargo vendor && mv vendor ../
- add the next to
fastotp/.cargo/config.toml
:
[source.crates-io]
replace-with = "vendored-sources"
[source."git+https://github.com/hecrj/cosmic-text.git?rev=c3cd24dc972bb8fd55d016c81ac9fa637e0a4ada"]
git = "https://github.com/hecrj/cosmic-text.git"