From 807bebb484228d5b533b169e996cdc3bc9f6741c Mon Sep 17 00:00:00 2001 From: Jonathan Pelham Date: Fri, 12 Jun 2026 09:33:21 +0300 Subject: [PATCH 1/2] added bevy_a5 --- Assets/3D/bevy_a5.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Assets/3D/bevy_a5.toml diff --git a/Assets/3D/bevy_a5.toml b/Assets/3D/bevy_a5.toml new file mode 100644 index 0000000..6dd6cc0 --- /dev/null +++ b/Assets/3D/bevy_a5.toml @@ -0,0 +1,4 @@ +name = "bevy_a5" +description = "A Bevy plugin that puts the A5 pentagonal cell hierarchy under your game world. bevy_a5 is to spherical games what big_space is to deep-space games: the same floating-origin precision pattern, but the cell space is the surface of a planet instead of an integer Cartesian grid." +link = "https://crates.io/crates/bevy_a5" +crate = "bevy_atmosphere" From 1bf3d165d73a301178b9990222a30f1715be6992 Mon Sep 17 00:00:00 2001 From: Jonathan Pelham Date: Fri, 12 Jun 2026 09:38:18 +0300 Subject: [PATCH 2/2] too tired. fixed typo --- Assets/3D/bevy_a5.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/3D/bevy_a5.toml b/Assets/3D/bevy_a5.toml index 6dd6cc0..59251a7 100644 --- a/Assets/3D/bevy_a5.toml +++ b/Assets/3D/bevy_a5.toml @@ -1,4 +1,4 @@ name = "bevy_a5" description = "A Bevy plugin that puts the A5 pentagonal cell hierarchy under your game world. bevy_a5 is to spherical games what big_space is to deep-space games: the same floating-origin precision pattern, but the cell space is the surface of a planet instead of an integer Cartesian grid." link = "https://crates.io/crates/bevy_a5" -crate = "bevy_atmosphere" +crate = "bevy_a5"