Skip to content

Commit

Permalink
Update lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
Subject38 committed Mar 26, 2024
1 parent 35afb73 commit 04936dd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 9 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ glifparser = { git = "https://github.com/MFEK/glifparser.rlib", branch = "master
#glifparser = { path = "../glifparser.rlib", features=["skia", "mfek"] } # for development

MFEKmath = { git = "https://github.com/MFEK/math.rlib", branch = "main" }
#MFEKmath = { path = "../math.rlib", features=["skia"]} # for development
# MFEKmath = { path = "../math.rlib", features=["skia"]} # for development

pub-mod = { git = "https://github.com/MFEK/pub_mod.rlib" }

Expand Down Expand Up @@ -162,3 +162,11 @@ panic = "abort"

[patch.crates-io]
pathfinder_simd = { git = "https://github.com/servo/pathfinder", rev = "30419d07660dc11a21e42ef4a7fa329600cff152"}
# [patch."https://github.com/MFEK/glifparser.rlib"]
# glifparser = { path = "../glifparser.rlib" }

# [patch."https://github.com/MFEK/math.rlib"]
# MFEKmath = { path = "../math.rlib" } # for development

# [patch."https://github.com/MFEK/glifrenderer.rlib"]
# glifrenderer = { path = "../glifrenderer.rlib" }

0 comments on commit 04936dd

Please sign in to comment.