From a534cc8a8f4d7d15a4c987a5088c027feb7f3e3f Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Sun, 15 Feb 2026 20:19:06 -0800 Subject: [PATCH] Replace link for outdated calculator Really, this new link is a fork of the original work with updates for bevy v0.18.0 and a WASM build (hosted on gh-pages). See also PravinKumar95/simple-calc#2 which has gotten no response. --- Apps/Tools/bevy-calc.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Apps/Tools/bevy-calc.toml b/Apps/Tools/bevy-calc.toml index 0057a429..f10bd83e 100644 --- a/Apps/Tools/bevy-calc.toml +++ b/Apps/Tools/bevy-calc.toml @@ -1,3 +1,3 @@ -name = "bevy-calc" +name = "simple-calc" description = "A simple calculator" -link = "https://github.com/PravinKumar95/simple-calc" +link = "https://github.com/2bndy5/simple-calc"