From 285c89d2389cee0c901dc1e90a983a723389286f Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Fri, 11 Dec 2020 17:16:56 +0300 Subject: [PATCH] add new project to projects --- content/info/projects.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/info/projects.md b/content/info/projects.md index ed7f46d..458485e 100644 --- a/content/info/projects.md +++ b/content/info/projects.md @@ -3,6 +3,10 @@ title = "projects" +++ ## Projects I maintain +- [Icy Matrix](https://gitlab.com/yusdacra/icy_matrix) + - A Matrix chat client built with Rust. + - Uses `iced` for GUI. + - [Hakkero OS](https://gitlab.com/hakkero-os/hakkero) - Learning project to create a micro-kernel that runs on x86, arm and risc-v. - Current goal is to support webassembly and be able to run everything in ring 0, thanks to it's sandboxing features.