mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
Introduce `bridge` proc-macro crate with `#[export]` attribute that conditionally applies `wasm_bindgen` for WASM builds, and `time` crate porting all timecode/frame utilities from TypeScript to Rust.
8 lines
109 B
TOML
8 lines
109 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"apps/desktop",
|
|
"rust/crates/time"
|
|
"rust/crates/bridge"
|
|
]
|