mirror of
https://github.com/danbulant/cushy
synced 2026-06-06 08:01:48 +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]]
|
[[package]]
|
||||||
name = "figures"
|
name = "figures"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/khonsulabs/figures#825e46a75e6897638f5a02cc1f47ea62a4ef6e7e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"euclid",
|
"euclid",
|
||||||
|
|
@ -775,6 +776,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "kludgine"
|
name = "kludgine"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
source = "git+https://github.com/khonsulabs/kludgine#6f8df041075f1c25f30cb53a134f06931c1b7a37"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"alot",
|
"alot",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ alot = "0.3"
|
||||||
interner = "0.2.1"
|
interner = "0.2.1"
|
||||||
# appit = { git = "https://github.com/khonsulabs/appit" }
|
# appit = { git = "https://github.com/khonsulabs/appit" }
|
||||||
|
|
||||||
[patch."https://github.com/khonsulabs/kludgine"]
|
# [patch."https://github.com/khonsulabs/kludgine"]
|
||||||
kludgine = { path = "../kludgine2" }
|
# kludgine = { path = "../kludgine2" }
|
||||||
[patch."https://github.com/khonsulabs/figures"]
|
# [patch."https://github.com/khonsulabs/figures"]
|
||||||
figures = { path = "../figures" }
|
# figures = { path = "../figures" }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue