Skip to content

Commit

Permalink
Migrate to crates.io-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
drewcrawford committed Oct 23, 2024
1 parent 5fd5604 commit c440086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ nsattributedstring = ["nsdictionary"]

all = ["nsurl","nsdata","nsurlresponse","nsurlrequest","nsurlsession","nsthread","nsdictionary","nsvalue","nscopying", "nsnotification","nsrange","nsrunloop","nsdate","nsarray","nsenumerator","nsfontdescriptor","nsattributedstring"]
[dependencies]
objr = {git = "https://github.com/drewcrawford/objr.git"}
blocksr = {git = "https://github.com/drewcrawford/blocksr.git"}
objr = "1"
blocksr = "1"
coregraphicsr = {git = "https://github.com/drewcrawford/coregraphicsr"}

0 comments on commit c440086

Please sign in to comment.