three 0.4.0

Three.js inspired 3D engine in Rust
Documentation
Build #1823366 2025-03-01 22:58:34
# rustc version
rustc 1.87.0-nightly (287487624 2025-02-28)# docs.rs version
docsrs 0.6.0 (d925d3c8 2025-02-27)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/three-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/three-0.4.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250228-1.87.0-nightly-287487624\", \"--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] [stdout] f6b1919ce70011380c78ddf22018db8386480389d5ccae1d731fe86978904432
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "f6b1919ce70011380c78ddf22018db8386480389d5ccae1d731fe86978904432", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: anim, aviator, gltf-morph-targets, gltf-node-animation, gltf-pbr-shader, gltf-vertex-skinning, group, lights, materials, mesh-update, obj, reload, shapes, sprite, text, tutorial
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting three v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `perspective_camera`
[INFO] [stderr]    --> src/factory/mod.rs:411:11
[INFO] [stderr]     |
[INFO] [stderr] 411 |     /// [`perspective_camera`] or [`orthographic_camera`].
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^ no item named `perspective_camera` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `orthographic_camera`
[INFO] [stderr]    --> src/factory/mod.rs:411:37
[INFO] [stderr]     |
[INFO] [stderr] 411 |     /// [`perspective_camera`] or [`orthographic_camera`].
[INFO] [stderr]     |                                     ^^^^^^^^^^^^^^^^^^^ no item named `orthographic_camera` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `groups`
[INFO] [stderr]    --> src/template.rs:176:74
[INFO] [stderr]     |
[INFO] [stderr] 176 |     /// The parent [`Group`] of the object, given as an index into the [`groups`] array of the
[INFO] [stderr]     |                                                                          ^^^^^^ no item named `groups` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Factory::instantiate_template`
[INFO] [stderr]    --> src/template.rs:180:11
[INFO] [stderr]     |
[INFO] [stderr] 180 |     /// [`Factory::instantiate_template`].
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Factory` in scope
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/color.rs:38:31
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// Implementation taken from https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_sRGB_decode.txt
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 38 | /// Implementation taken from <https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_texture_sRGB_decode.txt>
[INFO] [stderr]    |                               +                                                                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/color.rs:53:31
[INFO] [stderr]    |
[INFO] [stderr] 53 | /// Implementation taken from https://en.wikipedia.org/wiki/SRGB
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] help: use an automatic link instead
[INFO] [stderr]    |
[INFO] [stderr] 53 | /// Implementation taken from <https://en.wikipedia.org/wiki/SRGB>
[INFO] [stderr]    |                               +                                  +
[INFO] [stderr] 
[INFO] [stderr] warning: `three` (lib doc) generated 6 warnings (run `cargo fix --lib -p three` to apply 2 suggestions)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/three/index.html
[INFO] running `Command { std: "docker" "inspect" "f6b1919ce70011380c78ddf22018db8386480389d5ccae1d731fe86978904432", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6b1919ce70011380c78ddf22018db8386480389d5ccae1d731fe86978904432", kill_on_drop: false }`
[INFO] [stdout] f6b1919ce70011380c78ddf22018db8386480389d5ccae1d731fe86978904432