feat: migrate networking to Rust core (kolibri) — adapter, media,submodule, CI

This commit is contained in:
klockky
2026-07-11 21:56:48 +03:00
parent 77df71824e
commit faadc95993
18 changed files with 583 additions and 959 deletions
+22
View File
@@ -0,0 +1,22 @@
name: Setup Rust
description: >
Install the Rust toolchain with platform targets and a build cache, so
cargokit can compile the kolibri native library during the Flutter build.
inputs:
targets:
description: Comma-separated rustup targets for the platform being built.
required: true
runs:
using: composite
steps:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ inputs.targets }}
- name: Cache Rust build
uses: Swatinem/rust-cache@v2
with:
workspaces: third_party/kolibri/kolibri-dart/rust