mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
plan oxidation
- add the drivers - add the uniffi build toolchain - create the plan document
This commit is contained in:
@@ -26,6 +26,15 @@ export default {
|
||||
// This is a shell built-in.
|
||||
"printf",
|
||||
],
|
||||
// uniffi-generated bindings (scripts/sync-matrix-rtc-sdk.sh): every
|
||||
// export the crate has, most of them unused here by design
|
||||
ignore: [
|
||||
"src/matrix-rtc-sdk/generated/**",
|
||||
// The host-facing driver seam, landed ahead of its consumers (the
|
||||
// `CallParticipation` layer and the hosts, see element-call-oxidation-plan.md)
|
||||
"src/driver/**",
|
||||
"src/state/rtc/**",
|
||||
],
|
||||
ignoreFiles: [
|
||||
"scripts/.pnpmfile.cjs",
|
||||
// Deliberately added prior to any component or business logic
|
||||
|
||||
Reference in New Issue
Block a user