direct2d-rs icon indicating copy to clipboard operation
direct2d-rs copied to clipboard

Dependencies in Cargo.toml are local

Open m-hilgendorf opened this issue 5 years ago • 4 comments

I'm chasing down an error that requires me to compile this crate separately and I can't build this crate without reverting before this commit.

I'm guessing that you're working on stuff locally so it's not a big deal, but it would be nice if references to local dependencies were in a separate fork before being merged with the master.

m-hilgendorf avatar Feb 24 '19 03:02 m-hilgendorf

Ah right, I forgot that strategy breaks git dependencies dangit. I can push another alpha version later today if you'd like!

Connicpu avatar Feb 24 '19 21:02 Connicpu

Whenever you have time! Like I said it's not a huge deal, I'm guessing you're working on some big changes so it makes sense why it's there.

m-hilgendorf avatar Feb 24 '19 22:02 m-hilgendorf

Yeah :) Most of the major changes are already done, the rest is mostly just filling in some more APIs, but I've just published all of the latest versions to crates.io now if you'd like to try them!

Connicpu avatar Feb 24 '19 22:02 Connicpu

Hi! Any update on this? I'd like to extend some of the API, but I'm not sure how to handle the dependencies.

frabert avatar Apr 17 '20 14:04 frabert