Rust: Color pub u8

This commit is contained in:
2025-12-02 14:17:52 +01:00
parent d757633816
commit 54ec7106ed
5 changed files with 254 additions and 53 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "rot-cube"
version = "0.1.0"
edition = "2024"
[dependencies]
fpga-lib = { path = "../fpga-lib" }
libm = "0.2.11"