Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ import Timeline from "../components/Timeline.astro";
name: "PicoLimbo",
url: "https://github.com/Quozul/PicoLimbo",
date: new Date("2025-05-14") // Announced on the Rust subreddit https://www.reddit.com/r/rust/comments/1kmhxee/i_wrote_a_lightweight_minecraft_server_in_rust/
},
{
name: "Steel MC",
url: "https://github.com/4lve/SteelMC",
date: new Date("2025-10-16") // Announced on the Pumpkin discord https://discord.com/channels/1268592337445978193/1268611318617866261/1427970155241013350
}
];

Expand Down