Skip to content

Commit

Permalink
Add a new project: hexing
Browse files Browse the repository at this point in the history
  • Loading branch information
CoCoSol007 committed Jul 21, 2024
1 parent 707969e commit 92d4539
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Binary file added src/assets/hexing.webp
Binary file not shown.
8 changes: 8 additions & 0 deletions src/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import planka from "../assets/planka.webp";
import logo from "../assets/logo.svg";
import upkuma from "../assets/upkuma.svg";
import beats_into_shapes from "../assets/beats_into_shapes.webp";
import hexing from "../assets/hexing.webp";

export function fetchProjects() {
const projects = [
Expand All @@ -22,6 +23,13 @@ export function fetchProjects() {
link: "https://github.com/CoCoSol007/beats-into-shapes",
link_img: beats_into_shapes,
},
{
title: "Hexing",
description:
"A basic Rust library to manipulate hexagonal grids.",
link: "https://crates.io/crates/hexing",
link_img: hexing,
},
{
title: "Casino Dingo",
description:
Expand Down

0 comments on commit 92d4539

Please sign in to comment.