added README

This commit is contained in:
abux 2026-07-10 00:06:07 +01:00
parent f2f4830d57
commit 29c94508cd
4 changed files with 9 additions and 4 deletions

3
README.md Normal file
View file

@ -0,0 +1,3 @@
**Vendors:**
- SDL3
- WebGPU

View file

@ -2,12 +2,13 @@
.name = .renderer,
.version = "0.0.1",
.dependencies = .{
.app = .{
.path = "../../app",
},
.platform = .{
.path = "../platform/",
},
.app = .{
.url = "git+http://10.0.3.3:3000/abux/NYXA.git#5fe126b6960906f5c1b2f82310816802b736ac08",
.hash = "app-0.0.0-AOV9_dm5AAA-mcnes-5R3E4AKFnEdMme8azIgA4S3rcv",
},
},
.minimum_zig_version = "0.16.0",
.paths = .{""},

View file

@ -20,7 +20,7 @@ test "Main" {
// --- ADD PLUGINS ---
try app.plugins.addMany(&.{
plugin,
Platform.plugin,
// Platform.plugin,
});
// --- BUILD ---

View file

@ -0,0 +1 @@
const std = @import("std");