From 7e2566e73a6fd0bafc4756e07293d5264556391d Mon Sep 17 00:00:00 2001 From: Shea Newton Date: Sun, 3 Mar 2024 20:25:16 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 24f76d8..54fa625 100644 --- a/README.md +++ b/README.md @@ -24,10 +24,6 @@ fn main() { } ``` -## disclaimer - -this existed first as implementation over in a crate called [bevy_collider_gen](). at the time, that's what it seemed most useful for. this crate represents me starting to wonder whether it's useful for something else. - ## how it works i was inspired by [a coding train (or, coding in the cabana rather) on an implementation of "marching squares"](). @@ -46,4 +42,4 @@ all code in this repository is dual-licensed under either: - MIT License (LICENSE-MIT or ) - Apache License, Version 2.0 (LICENSE-APACHE or ) -at your option. \ No newline at end of file +at your option.