From 9ce976795b4c4e93e44fe0a1fd6b41917f6ffe48 Mon Sep 17 00:00:00 2001 From: hzlinyiyu Date: Wed, 16 Nov 2022 13:05:09 +0800 Subject: [PATCH] fix: typo of 3d --- data/crates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index e9636a3..1d8c582 100644 --- a/data/crates.json +++ b/data/crates.json @@ -1001,7 +1001,7 @@ }] }, { - "name": "3d Math", + "name": "3D Math", "recommendations": [{ "name": "glam", "notes": "Fast math library optimised for game development use cases"