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
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
error: failed to select a version for `glium`.
... required by package `litecraft v0.1.0 (/home/moritz/Litecraft)`
versions that meet the requirements `*` are: 0.26.0-alpha3
the package `litecraft` depends on `glium`, with features: `icon_loading` but `glium` does not have these features.
failed to select a version for `glium` which could resolve this conflict
The problem seems to be how these local dependencies are specified, somehow picking up version * instead of the git repo. Replacing these sections in Cargo.toml:
Expected Behavior 🤔
Compile and run
Current Behavior 😔
It does not compile:
Steps to Reproduce 😱
git clone https://github.com/KernelFreeze/Litecraft.git
cargo run
Context (Environment) 🤨
Kubuntu 20.4 with rustc 1.43.0 (4fb7144ed 2020-04-20)
The text was updated successfully, but these errors were encountered: