update dependencies

This commit is contained in:
Chad Brokaw 2022-10-19 14:58:54 -04:00
parent 09773f89a3
commit ca6c43adab
2 changed files with 207 additions and 11 deletions

216
Cargo.lock generated
View file

@ -117,7 +117,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
dependencies = [
"log",
<<<<<<< HEAD
"nix",
=======
"nix 0.24.2",
>>>>>>> 1424777 (update dependencies)
"slotmap",
"thiserror",
"vec_map",
@ -194,6 +198,7 @@ dependencies = [
]
[[package]]
<<<<<<< HEAD
name = "cmake"
version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
@ -203,6 +208,8 @@ dependencies = [
]
[[package]]
=======
>>>>>>> 1424777 (update dependencies)
name = "cocoa"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@ -213,7 +220,11 @@ dependencies = [
"cocoa-foundation",
"core-foundation",
"core-graphics",
<<<<<<< HEAD
"foreign-types 0.3.2",
=======
"foreign-types",
>>>>>>> 1424777 (update dependencies)
"libc",
"objc",
]
@ -270,11 +281,16 @@ checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
"bitflags",
"core-foundation",
<<<<<<< HEAD
"foreign-types 0.3.2",
=======
"foreign-types",
>>>>>>> 1424777 (update dependencies)
"libc",
]
[[package]]
<<<<<<< HEAD
name = "core-text"
version = "19.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@ -287,12 +303,15 @@ dependencies = [
]
[[package]]
=======
>>>>>>> 1424777 (update dependencies)
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
<<<<<<< HEAD
]
[[package]]
@ -316,6 +335,8 @@ dependencies = [
"pkg-config",
"servo-fontconfig",
"winapi",
=======
>>>>>>> 1424777 (update dependencies)
]
[[package]]
@ -749,6 +770,20 @@ dependencies = [
"objc",
]
[[package]]
name = "metal"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
dependencies = [
"bitflags",
"block",
"core-graphics-types",
"foreign-types",
"log",
"objc",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
@ -773,7 +808,7 @@ dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
"windows-sys 0.36.1",
]
[[package]]
@ -881,6 +916,18 @@ checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
[[package]]
name = "ndk-sys"
version = "0.4.0"
<<<<<<< HEAD
=======
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
dependencies = [
"jni-sys",
]
[[package]]
name = "nix"
version = "0.22.3"
>>>>>>> 1424777 (update dependencies)
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
dependencies = [
@ -894,6 +941,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
<<<<<<< HEAD
=======
"cc",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
>>>>>>> 1424777 (update dependencies)
"cfg-if",
"libc",
"memoffset",
@ -962,9 +1025,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
[[package]]
<<<<<<< HEAD
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
=======
name = "os_str_bytes"
version = "6.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
>>>>>>> 1424777 (update dependencies)
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
@ -973,15 +1048,25 @@ dependencies = [
[[package]]
name = "parking_lot_core"
<<<<<<< HEAD
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
=======
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
>>>>>>> 1424777 (update dependencies)
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
<<<<<<< HEAD
"windows-sys",
=======
"windows-sys 0.42.0",
>>>>>>> 1424777 (update dependencies)
]
[[package]]
@ -1008,6 +1093,7 @@ name = "piet-gpu"
version = "0.1.0"
dependencies = [
"bytemuck",
<<<<<<< HEAD
<<<<<<< HEAD
"clap 3.2.22",
"ndk 0.3.0",
@ -1021,6 +1107,13 @@ dependencies = [
"ndk-glue 0.3.0",
"ndk-sys",
>>>>>>> 2e8781f (Remove piet API & replace w/ fragments)
=======
"clap 3.2.22",
"kurbo 0.8.3",
"ndk 0.3.0",
"ndk-glue 0.3.0",
"ndk-sys 0.2.2",
>>>>>>> 1424777 (update dependencies)
"piet-gpu-hal",
"piet-gpu-types",
"piet-scene",
@ -1052,7 +1145,11 @@ dependencies = [
"bytemuck",
"cocoa-foundation",
"core-graphics-types",
<<<<<<< HEAD
"foreign-types 0.3.2",
=======
"foreign-types",
>>>>>>> 1424777 (update dependencies)
"metal 0.24.0",
"objc",
"raw-window-handle 0.5.0",
@ -1066,7 +1163,11 @@ name = "piet-gpu-tests"
version = "0.1.0"
dependencies = [
"bytemuck",
<<<<<<< HEAD
"clap 3.2.22",
=======
"clap 2.34.0",
>>>>>>> 1424777 (update dependencies)
"kurbo 0.7.1",
"piet-gpu",
"piet-gpu-hal",
@ -1143,9 +1244,15 @@ dependencies = [
[[package]]
name = "proc-macro2"
<<<<<<< HEAD
version = "1.0.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
=======
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
>>>>>>> 1424777 (update dependencies)
dependencies = [
"unicode-ident",
]
@ -1368,6 +1475,7 @@ dependencies = [
]
[[package]]
<<<<<<< HEAD
name = "servo-fontconfig"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@ -1389,6 +1497,8 @@ dependencies = [
]
[[package]]
=======
>>>>>>> 1424777 (update dependencies)
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@ -1415,7 +1525,7 @@ dependencies = [
"lazy_static",
"log",
"memmap2",
"nix",
"nix 0.24.2",
"pkg-config",
"wayland-client",
"wayland-cursor",
@ -1442,9 +1552,15 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
<<<<<<< HEAD
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e"
=======
version = "1.0.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
>>>>>>> 1424777 (update dependencies)
dependencies = [
"proc-macro2",
"quote",
@ -1486,6 +1602,15 @@ dependencies = [
[[package]]
name = "textwrap"
version = "0.15.1"
<<<<<<< HEAD
=======
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
[[package]]
name = "thiserror"
version = "1.0.31"
>>>>>>> 1424777 (update dependencies)
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949517c0cf1bf4ee812e2e07e08ab448e3ae0d23472aee8a06c985f0c8815b16"
@ -1648,7 +1773,7 @@ dependencies = [
"bitflags",
"downcast-rs",
"libc",
"nix",
"nix 0.22.3",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
@ -1661,7 +1786,7 @@ version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix",
"nix 0.22.3",
"once_cell",
"smallvec",
"wayland-sys",
@ -1673,7 +1798,7 @@ version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix",
"nix 0.22.3",
"wayland-client",
"xcursor",
]
@ -1759,37 +1884,88 @@ version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
@ -1797,10 +1973,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
<<<<<<< HEAD
name = "winit"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a22e94ba35ca3ff11820044bfa0dc48b95a3a15569c0068555566a12ef41c9e5"
=======
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
[[package]]
name = "winit"
version = "0.27.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37f64802920c4c35d12a53dad5e0c55bbc3004d8dc4f2e4dd64ad02c5665d7aa"
>>>>>>> 1424777 (update dependencies)
dependencies = [
"bitflags",
"cocoa",
@ -1819,13 +2008,20 @@ dependencies = [
"percent-encoding",
"raw-window-handle 0.4.3",
"raw-window-handle 0.5.0",
<<<<<<< HEAD
"sctk-adwaita",
=======
>>>>>>> 1424777 (update dependencies)
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
"wayland-protocols",
"web-sys",
<<<<<<< HEAD
"windows-sys",
=======
"windows-sys 0.36.1",
>>>>>>> 1424777 (update dependencies)
"x11-dl",
]

View file

@ -98,7 +98,7 @@ pub enum ImageFormat {
A8,
// 8 bit per pixel RGBA
Rgba8,
// Match default surface format
// Format that matches the target surface
Surface,
}