plan oxidation

- add the drivers
 - add the uniffi build toolchain
 - create the plan document
This commit is contained in:
Timo K.
2026-09-15 19:06:04 +02:00
parent fe91162869
commit 36ed60d95c
38 changed files with 17213 additions and 1 deletions
+6 -1
View File
@@ -2,5 +2,10 @@
"$schema": "./node_modules/oxfmt/configuration_schema.json",
"printWidth": 80,
"sortPackageJson": false,
"ignorePatterns": ["pnpm-lock.yaml", "node_modules", "dist"]
"ignorePatterns": [
"pnpm-lock.yaml",
"node_modules",
"dist",
"src/matrix-rtc-sdk/generated"
]
}