mirror of
https://github.com/danbulant/cushy
synced 2026-05-24 12:28:23 +00:00
Removing patches from git
This commit is contained in:
parent
8607fc51d2
commit
ff9fa043c3
2 changed files with 6 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -451,6 +451,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "figures"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/khonsulabs/figures#825e46a75e6897638f5a02cc1f47ea62a4ef6e7e"
|
||||
dependencies = [
|
||||
"bytemuck",
|
||||
"euclid",
|
||||
|
|
@ -775,6 +776,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "kludgine"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/khonsulabs/kludgine#6f8df041075f1c25f30cb53a134f06931c1b7a37"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ alot = "0.3"
|
|||
interner = "0.2.1"
|
||||
# appit = { git = "https://github.com/khonsulabs/appit" }
|
||||
|
||||
[patch."https://github.com/khonsulabs/kludgine"]
|
||||
kludgine = { path = "../kludgine2" }
|
||||
[patch."https://github.com/khonsulabs/figures"]
|
||||
figures = { path = "../figures" }
|
||||
# [patch."https://github.com/khonsulabs/kludgine"]
|
||||
# kludgine = { path = "../kludgine2" }
|
||||
# [patch."https://github.com/khonsulabs/figures"]
|
||||
# figures = { path = "../figures" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue