Removing patches from git

This commit is contained in:
Jonathan Johnson 2023-10-18 16:09:37 -07:00
parent 8607fc51d2
commit ff9fa043c3
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
2 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -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",

View file

@ -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" }