bones_framework 0.4.0

The Bones game development framework.
Documentation

Build #3568632 2026-06-13 17:47:07

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.98.0-nightly (654079540 2026-06-12)

# docs.rs version docsrs 0.0.0 (315c10ebfec2882140bb9b1758b9798e401693bc 2026-06-13 )

# build log [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "4a8f91e3ff6dfb93bcd1abbc3aaef18a2b71e10e6318b226f6fe1430f886de87" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20260612-1.98.0-nightly-654079540\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking ttf-parser v0.24.1 [INFO] [stderr] error: You have to activate either the `std` or the `no-std-float` feature. [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | compile_error!("You have to activate either the `std` or the `no-std-float` feature."); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `core_maths` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:56:5 [INFO] [stderr] | [INFO] [stderr] 56 | use core_maths::CoreFloat; [INFO] [stderr] | ^^^^^^^^^^ use of unresolved module or unlinked crate `core_maths` [INFO] [stderr] | [INFO] [stderr] = help: if you wanted to use a crate named `core_maths`, use `cargo add core_maths` to add it to your `Cargo.toml` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `cos` found for type `f32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:445:50 [INFO] [stderr] | [INFO] [stderr] 445 | let cc = (angle * core::f32::consts::PI).cos(); [INFO] [stderr] | ^^^ method not found in `f32` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `sin` found for type `f32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:446:50 [INFO] [stderr] | [INFO] [stderr] 446 | let ss = (angle * core::f32::consts::PI).sin(); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] help: there is a method `min` with a similar name, but with different arguments [INFO] [stderr] --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/num/f32.rs:1078:5 [INFO] [stderr] | [INFO] [stderr] 1078 | pub const fn min(self, other: f32) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `tan` found for type `f32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:454:50 [INFO] [stderr] | [INFO] [stderr] 454 | let x = (skew_x * core::f32::consts::PI).tan(); [INFO] [stderr] | ^^^ method not found in `f32` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `tan` found for type `f32` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.24.1/src/lib.rs:455:50 [INFO] [stderr] | [INFO] [stderr] 455 | let y = (skew_y * core::f32::consts::PI).tan(); [INFO] [stderr] | ^^^ method not found in `f32` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `ttf-parser` (lib) due to 6 previous errors [INFO] running `Command { std: "docker" "inspect" "4a8f91e3ff6dfb93bcd1abbc3aaef18a2b71e10e6318b226f6fe1430f886de87", kill_on_drop: false }`