From e700295c2197cc89c7d5cfdaf2b2e42caa6cc163 Mon Sep 17 00:00:00 2001 From: RobDavenport Date: Tue, 23 Apr 2024 16:24:58 +0900 Subject: [PATCH] update .gces --- Cargo.lock | 19 +++++++------------ examples/audio sample.gce | 5 ++++- examples/hoppy_editor.gce | 5 ++++- 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 75da5da6..3df1baf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -758,21 +758,22 @@ dependencies = [ [[package]] name = "bindgen" -version = "0.59.2" +version = "0.69.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8" +checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.2", "cexpr", "clang-sys", + "itertools", "lazy_static", "lazycell", - "peeking_take_while", "proc-macro2", "quote", "regex", "rustc-hash", "shlex", + "syn 2.0.48", ] [[package]] @@ -1285,9 +1286,9 @@ dependencies = [ [[package]] name = "coreaudio-sys" -version = "0.2.10" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3dff444d80630d7073077d38d40b4501fd518bd2b922c2a55edcc8b0f7be57e6" +checksum = "7f01585027057ff5f0a5bf276174ae4c1594a2c5bde93d5f46a016d76270f5a9" dependencies = [ "bindgen", ] @@ -4411,12 +4412,6 @@ version = "1.0.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c" -[[package]] -name = "peeking_take_while" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" - [[package]] name = "percent-encoding" version = "2.2.0" diff --git a/examples/audio sample.gce b/examples/audio sample.gce index 24d68d5a..524878eb 100644 --- a/examples/audio sample.gce +++ b/examples/audio sample.gce @@ -1,5 +1,8 @@ { - "resolution": "low", + "resolution": { + "size": "medium", + "ratio": "standard" + }, "frame_rate": "normal", "player_count": [ 1, diff --git a/examples/hoppy_editor.gce b/examples/hoppy_editor.gce index 7adb2b8f..4c00547e 100644 --- a/examples/hoppy_editor.gce +++ b/examples/hoppy_editor.gce @@ -1,5 +1,8 @@ { - "resolution": "veryhigh", + "resolution": { + "size": "veryhigh", + "ratio": "standard" + }, "frame_rate": "normal", "player_count": [ 1,