Add a (not yet functional) standalone exporter

This commit is contained in:
Robbert van der Helm
2022-04-22 17:00:59 +02:00
parent bee82bdefb
commit f3db4a9ed0
9 changed files with 70 additions and 4 deletions

View File

@@ -61,7 +61,7 @@ jobs:
command: build
# Don't use --all-features as that will enable a whole bunch of
# conflicting iced features
args: --workspace --features "simd"
args: --workspace --features "simd,standalone"
- name: Run the tests
uses: actions-rs/cargo@v1
with: