no_std support
This commit is contained in:
parent
e95671f68f
commit
268805ba0c
18 changed files with 190 additions and 38 deletions
3
test.sh
3
test.sh
|
|
@ -4,5 +4,8 @@ set -ex
|
|||
|
||||
cargo doc
|
||||
cargo test
|
||||
cargo build --release --no-default-features
|
||||
cargo build --release --no-default-features --features std
|
||||
cargo build --release --no-default-features --features swash
|
||||
cargo build --release --all
|
||||
env RUST_LOG=editor_test=info target/release/editor-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue