The docs are failing to build on docs.rs and seem to be stale on the Amethyst website.
xcb v0.8.2 package.I expected docs.rs and the Amethyst Stable docs to be up to date.
The API docs are ~2 versions behind stable.
As was brought up in this thread from the forum the Amethyst Stable API docs for World::create_iter() shouldn't be present in the latest docs because the latest stable version of Amethyst doesn't include this method.
Not relevant. Infrastructure issue.
The issue is with the xcb package. Amethyst depends on this via this lineage:
amethyst_ui 0.10.1
└── clipboard 0.5 (using 0.5.0, latest 0.5.0)
└── x11-clipboard ^0.3 (using 0.3.3, latest 0.5.1)
└── xcb ^0.8 (using 0.8.2, latest 0.9)
Since the discussion we had, I learned that we're publishing our official docs to https://amethyst.rs/doc -- I think we should fix the docs.rs version as well since lots of people go straight there -- so let's leave this issue open for that purpose.
I have not noticed this issue before now.
I've made a tracking issue of known things to be fixed.
Fixing the xcb dependency might have to wait until the legion changes have been merged.
👍 Closing in favor of #2438