Restore Rust core at repository root

Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
This commit is contained in:
Amp
2026-08-20 03:40:59 +00:00
co-authored by heaust
parent f12c7c9603
commit d095ee7849
15 changed files with 697 additions and 103 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "yawn-core"
version = "0.1.0"
description = "Shared render-data arena and render-graph compiler"
edition = "2021"
[lib]
crate-type = ["cdylib"]
[dependencies]
serde_json = "1"
wasm-bindgen = "0.2"