added README
This commit is contained in:
parent
f2f4830d57
commit
29c94508cd
4 changed files with 9 additions and 4 deletions
3
README.md
Normal file
3
README.md
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
**Vendors:**
|
||||||
|
- SDL3
|
||||||
|
- WebGPU
|
||||||
|
|
@ -2,12 +2,13 @@
|
||||||
.name = .renderer,
|
.name = .renderer,
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.app = .{
|
|
||||||
.path = "../../app",
|
|
||||||
},
|
|
||||||
.platform = .{
|
.platform = .{
|
||||||
.path = "../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",
|
.minimum_zig_version = "0.16.0",
|
||||||
.paths = .{""},
|
.paths = .{""},
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ test "Main" {
|
||||||
// --- ADD PLUGINS ---
|
// --- ADD PLUGINS ---
|
||||||
try app.plugins.addMany(&.{
|
try app.plugins.addMany(&.{
|
||||||
plugin,
|
plugin,
|
||||||
Platform.plugin,
|
// Platform.plugin,
|
||||||
});
|
});
|
||||||
|
|
||||||
// --- BUILD ---
|
// --- BUILD ---
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
const std = @import("std");
|
||||||
Loading…
Add table
Reference in a new issue