From ff9fa043c32c7165aecdfde2704d619797fdd47b Mon Sep 17 00:00:00 2001 From: Jonathan Johnson Date: Wed, 18 Oct 2023 16:09:37 -0700 Subject: [PATCH] Removing patches from git --- Cargo.lock | 2 ++ Cargo.toml | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 116d98f..55234db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e792858..9edaf76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }