mirror of
https://github.com/ruffle-rs/ruffle-android.git
synced 2024-11-23 05:39:38 +00:00
3ccae989f7
Bumps the rust-minor group with 16 updates: | Package | From | To | | --- | --- | --- | | [webbrowser](https://github.com/amodm/webbrowser-rs) | `1.0.1` | `1.0.2` | | [bytes](https://github.com/tokio-rs/bytes) | `1.7.1` | `1.7.2` | | [cc](https://github.com/rust-lang/cc-rs) | `1.1.19` | `1.1.21` | | [clap](https://github.com/clap-rs/clap) | `4.5.17` | `4.5.18` | | [clap_builder](https://github.com/clap-rs/clap) | `4.5.17` | `4.5.18` | | [clap_derive](https://github.com/clap-rs/clap) | `4.5.13` | `4.5.18` | | [iana-time-zone](https://github.com/strawlab/iana-time-zone) | `0.1.60` | `0.1.61` | | [pkg-config](https://github.com/rust-lang/pkg-config-rs) | `0.3.30` | `0.3.31` | | [quick-xml](https://github.com/tafia/quick-xml) | `0.36.1` | `0.36.2` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [thiserror-impl](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [toml_edit](https://github.com/toml-rs/toml) | `0.22.20` | `0.22.21` | | [unicode-normalization](https://github.com/unicode-rs/unicode-normalization) | `0.1.23` | `0.1.24` | | [unicode-width](https://github.com/unicode-rs/unicode-width) | `0.1.13` | `0.1.14` | | [unicode-xid](https://github.com/unicode-rs/unicode-xid) | `0.2.5` | `0.2.6` | | [webpki-roots](https://github.com/rustls/webpki-roots) | `0.26.5` | `0.26.6` | Updates `webbrowser` from 1.0.1 to 1.0.2 - [Release notes](https://github.com/amodm/webbrowser-rs/releases) - [Changelog](https://github.com/amodm/webbrowser-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/amodm/webbrowser-rs/compare/v1.0.1...v1.0.2) Updates `bytes` from 1.7.1 to 1.7.2 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.7.1...v1.7.2) Updates `cc` from 1.1.19 to 1.1.21 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.1.19...cc-v1.1.21) Updates `clap` from 4.5.17 to 4.5.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.17...clap_complete-v4.5.18) Updates `clap_builder` from 4.5.17 to 4.5.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.17...v4.5.18) Updates `clap_derive` from 4.5.13 to 4.5.18 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.5.13...v4.5.18) Updates `iana-time-zone` from 0.1.60 to 0.1.61 - [Changelog](https://github.com/strawlab/iana-time-zone/blob/main/CHANGELOG.md) - [Commits](https://github.com/strawlab/iana-time-zone/compare/v0.1.60...v0.1.61) Updates `pkg-config` from 0.3.30 to 0.3.31 - [Changelog](https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/pkg-config-rs/commits) Updates `quick-xml` from 0.36.1 to 0.36.2 - [Release notes](https://github.com/tafia/quick-xml/releases) - [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md) - [Commits](https://github.com/tafia/quick-xml/compare/v0.36.1...v0.36.2) Updates `thiserror` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) Updates `thiserror-impl` from 1.0.63 to 1.0.64 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.63...1.0.64) Updates `toml_edit` from 0.22.20 to 0.22.21 - [Commits](https://github.com/toml-rs/toml/compare/v0.22.20...v0.22.21) Updates `unicode-normalization` from 0.1.23 to 0.1.24 - [Commits](https://github.com/unicode-rs/unicode-normalization/compare/v0.1.23...v0.1.24) Updates `unicode-width` from 0.1.13 to 0.1.14 - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.13...v0.1.14) Updates `unicode-xid` from 0.2.5 to 0.2.6 - [Changelog](https://github.com/unicode-rs/unicode-xid/blob/master/CHANGELOG.md) - [Commits](https://github.com/unicode-rs/unicode-xid/compare/v0.2.5...v0.2.6) Updates `webpki-roots` from 0.26.5 to 0.26.6 - [Release notes](https://github.com/rustls/webpki-roots/releases) - [Commits](https://github.com/rustls/webpki-roots/compare/v/0.26.5...v/0.26.6) --- updated-dependencies: - dependency-name: webbrowser dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: bytes dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: cc dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_builder dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: clap_derive dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: iana-time-zone dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: pkg-config dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: quick-xml dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: thiserror dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: thiserror-impl dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: toml_edit dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-normalization dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-width dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: unicode-xid dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor - dependency-name: webpki-roots dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-minor ... Signed-off-by: dependabot[bot] <support@github.com>
55 lines
1.3 KiB
TOML
55 lines
1.3 KiB
TOML
[package]
|
|
# Underscore because the cargo-ndk gradle plugin doesn't transform a hyphen to it.
|
|
name = "ruffle_android"
|
|
version = "0.1.0"
|
|
authors = ["TÖRÖK Attila <torokati44@gmail.com>"]
|
|
edition = "2018"
|
|
resolver = "2"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[profile.release]
|
|
strip = "symbols"
|
|
|
|
[dependencies]
|
|
|
|
android-activity = { version = "0.6.0", features = ["game-activity"] }
|
|
android_logger = "0.14.1"
|
|
|
|
jni = "0.21.1"
|
|
ndk = { version = "0.9.0", features = ["audio"] }
|
|
ndk-context = "0.1.1"
|
|
|
|
# Have to follow Ruffle with this.
|
|
wgpu = "22.1.0"
|
|
|
|
ruffle_core = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master", features = [
|
|
"audio",
|
|
"symphonia",
|
|
"mp3",
|
|
"nellymoser",
|
|
"lzma",
|
|
"default_compatibility_rules",
|
|
"default_font",
|
|
] }
|
|
|
|
ruffle_render_wgpu = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
|
|
ruffle_video_software = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
|
|
ruffle_frontend_utils = { git = "https://github.com/ruffle-rs/ruffle.git", branch = "master" }
|
|
|
|
log = "0.4.22"
|
|
|
|
# Redirect tracing to log
|
|
tracing = {version = "0.1.40", features = ["log", "log-always"]}
|
|
backtrace = "0.3.74"
|
|
|
|
url = "2.5.2"
|
|
webbrowser = "1.0.2"
|
|
|
|
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"]}
|
|
|
|
[features]
|
|
jpegxr = ["ruffle_core/jpegxr"]
|