From 9521260b015909afc0ed703344e99c2f037d4f2d Mon Sep 17 00:00:00 2001 From: Matteo Baratto <75221958+teob97@users.noreply.github.com> Date: Thu, 28 Jul 2022 13:49:21 +0200 Subject: [PATCH] Added package trayx (#2296) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4a11c75..acf8af8 100644 --- a/packages.json +++ b/packages.json @@ -26874,5 +26874,17 @@ "description": "A git-based binary manager for linux.", "license": "MIT", "web": "https://github.com/sharpcdf/jitter" + }, + { + "name": "trayx", + "url": "https://github.com/teob97/T-RayX", + "method": "git", + "tags": [ + "raytracing", + "package" + ], + "description": "Ray tracing", + "license": "GPL3", + "web": "https://github.com/teob97/T-RayX" } ]