Skip to content

Having trouble adapting minimal-egui example to my project #388

Answered by dbalsom
njneeteson asked this question in Q&A
Discussion options

You must be logged in to vote

looks like the cargo package is lagging behind the repo. crates.io still says wgpu dependency is 0.16.

try adding pixels as a dependency via git instead of cargo.
ie, instead of
pixels = "0.13.0"
do
pixels = { git = "https://github.com/parasyte/pixels.git" }

then do another
cargo update

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@njneeteson
Comment options

@dbalsom
Comment options

Answer selected by njneeteson
@njneeteson
Comment options

@dbalsom
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants