ruffle/render/naga-agal/Cargo.toml

22 lines
443 B
TOML
Raw Normal View History

[package]
name = "naga-agal"
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
bitflags = { workspace = true }
naga = { workspace = true }
num-derive = { workspace = true }
num-traits = { workspace = true }
[dev-dependencies]
build(deps): bump the cargo-minor group across 1 directory with 7 updates Bumps the cargo-minor group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [async-channel](https://github.com/smol-rs/async-channel) | `2.3.0` | `2.3.1` | | [serde](https://github.com/serde-rs/serde) | `1.0.201` | `1.0.202` | | [either](https://github.com/rayon-rs/either) | `1.11.0` | `1.12.0` | | [syn](https://github.com/dtolnay/syn) | `2.0.63` | `2.0.64` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.12` | `0.22.13` | | [insta](https://github.com/mitsuhiko/insta) | `1.38.0` | `1.39.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.12` | `0.8.13` | Updates `async-channel` from 2.3.0 to 2.3.1 - [Release notes](https://github.com/smol-rs/async-channel/releases) - [Changelog](https://github.com/smol-rs/async-channel/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-channel/compare/v2.3.0...v2.3.1) Updates `serde` from 1.0.201 to 1.0.202 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.201...v1.0.202) Updates `either` from 1.11.0 to 1.12.0 - [Commits](https://github.com/rayon-rs/either/compare/1.11.0...1.12.0) Updates `syn` from 2.0.63 to 2.0.64 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/2.0.63...2.0.64) Updates `toml_edit` from 0.22.12 to 0.22.13 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.12...v0.22.13) Updates `insta` from 1.38.0 to 1.39.0 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.38.0...1.39.0) Updates `toml` from 0.8.12 to 0.8.13 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.12...toml-v0.8.13) --- updated-dependencies: - dependency-name: async-channel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: either dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: toml_edit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-05-16 22:26:41 +00:00
insta = "1.39.0"
2024-01-09 23:01:58 +00:00
naga = { workspace = true, features = ["wgsl-out"] }