more validation tests for gemma video rendering

Adds 'doom like' 3dviprmaze-vip for demo (VERY VERY SLOW)
updates egui interface to let user select from files in resources/roms
updates cargo to centralize dependencies
95 passing tests
This commit is contained in:
2024-10-16 10:02:24 -04:00
parent 939fd83e80
commit b4b8bfb24b
21 changed files with 404 additions and 131 deletions
+7
View File
@@ -0,0 +1,7 @@
[package]
name = "gemmatelnet"
version = "0.1.0"
edition = "2021"
[dependencies]
gemma = { path = "../gemma" }
+3
View File
@@ -0,0 +1,3 @@
fn main() {
println!("Taxation is Theft");
}