feat: basic triangle rendering

This commit is contained in:
Chance 2025-04-16 01:24:10 +00:00 committed by BitSyndicate
parent f215c10d0e
commit 43f8f46021
Signed by untrusted user: bitsyndicate
GPG key ID: 443E4198D6BBA6DE
11 changed files with 1828 additions and 67 deletions

View file

@ -0,0 +1,6 @@
[package]
name = "renderer"
version = "0.1.0"
edition = "2024"
[dependencies]

View file

@ -0,0 +1 @@