From 3785fcf413fe57db5632453a6ff9bcbf7b719b43 Mon Sep 17 00:00:00 2001 From: Sebastian K Date: Sat, 4 Jul 2020 17:18:30 +0300 Subject: [PATCH] remove patch for s3bk/pathfinder --- Cargo.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a61f1757..95c2cddc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,10 +69,3 @@ default-members = [ [patch.crates-io] pathfinder_geometry = { path = "geometry" } pathfinder_simd = { path = "simd" } - -[patch."https://github.com/s3bk/pathfinder"] -pathfinder_geometry = { path = "geometry" } -pathfinder_simd = { path = "simd" } -pathfinder_renderer = { path = "renderer" } -pathfinder_content = { path = "content" } -pathfinder_color = { path = "color" }