Skip to content
Tags
chore: Stop using traits available in prelude
      This commit does the same as 36353df,
cleaning up any leftovers and new code added since.
tests: Merge `roots_and_levels` into `stage_object_children`
      And add some more cases along the way.
avm1: Simplify `TDisplayObject::avm1_root()`
      Make it infailable.
build(deps): bump bytemuck from 1.7.3 to 1.8.0
      Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.7.3 to 1.8.0.
- [Release notes](https://github.com/Lokathor/bytemuck/releases)
- [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md)
- [Commits](Lokathor/bytemuck@v1.7.3...v1.8.0)

---
updated-dependencies:
- dependency-name: bytemuck
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
tests: Add `is_finite`
      Based on `as3_is_finite`.
ci: Use windows-latest again
      
xml: Remove `Error`
      Directly use `quick_xml::Error` instead.
build(deps-dev): bump mocha from 9.2.0 to 9.2.1 in /web
      Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1.
- [Release notes](https://github.com/mochajs/mocha/releases)
- [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md)
- [Commits](mochajs/mocha@v9.2.0...v9.2.1)

---
updated-dependencies:
- dependency-name: mocha
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
core: Display the appropriate mouse cursor after interacting with a b…
      …utton
avm2: Replace `json` with `serde_json`
      The `json` crate seems unmaintained, and recently also causes compile
errors with stable Rust 1.59.0. On the other hand, `serde_json` is
very maintained and more popular.

However, from some reason a cyclic package dependency has introduced
by this change. For now use a workaround from: tkaitchuck/aHash#95 (comment)