We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5f5b9 commit 4a30845Copy full SHA for 4a30845
.github/workflows/ci.yml
@@ -42,8 +42,8 @@ jobs:
42
- uses: dtolnay/rust-toolchain@stable
43
- name: Install cargo-hack
44
uses: taiki-e/install-action@cargo-hack
45
- - run: cargo hack build --workspace --ignore-private --feature-powerset
46
- - run: cargo hack build --workspace --ignore-private --feature-powerset --rust-version
+ - run: cargo hack build --workspace --no-private --feature-powerset
+ - run: cargo hack build --workspace --no-private --feature-powerset --rust-version
47
48
fmt:
49
runs-on: ubuntu-latest
examples/kiss3d/Cargo.toml
@@ -1,8 +1,6 @@
1
[package]
2
name = "kiss3d-example"
3
-version = "0.0.0"
4
edition = "2021"
5
-publish = false
6
7
[dependencies]
8
mesh-loader = { path = "../.." }
0 commit comments