removed research folder from Cargo.toml

pull/140/head
Ben Hansen 3 years ago
parent 9d68020e87
commit 720666ae79

467
Cargo.lock generated

@ -165,12 +165,6 @@ dependencies = [
"libloading 0.6.2",
]
[[package]]
name = "atom"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2"
[[package]]
name = "atty"
version = "0.2.14"
@ -570,8 +564,8 @@ dependencies = [
"log",
"rayon",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.22.2",
]
@ -985,28 +979,6 @@ dependencies = [
"version_check",
]
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace",
"failure_derive",
]
[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
"synstructure",
]
[[package]]
name = "fetch_unroll"
version = "0.2.2"
@ -1083,8 +1055,8 @@ dependencies = [
"rayon",
"shaderc",
"thiserror",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"wgpu-subscriber",
"winit 0.24.0",
]
@ -1256,17 +1228,6 @@ dependencies = [
"wasi 0.10.0+wasi-snapshot-preview1",
]
[[package]]
name = "gfx-auxil"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67bdbf8e8d6883c70e5a0d7379ad8ab3ac95127a3761306b36122d8f1c177a8e"
dependencies = [
"fxhash",
"gfx-hal 0.5.3",
"spirv_cross 0.20.0",
]
[[package]]
name = "gfx-auxil"
version = "0.8.0"
@ -1274,28 +1235,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7b33ecf067f2117668d91c9b0f2e5f223ebd1ffec314caa2f3de27bb580186d"
dependencies = [
"fxhash",
"gfx-hal 0.7.0",
"spirv_cross 0.23.0",
]
[[package]]
name = "gfx-backend-dx11"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92de0ddc0fde1a89b2a0e92dcc6bbb554bd34af0135e53a28d5ef064611094a4"
dependencies = [
"bitflags",
"gfx-auxil 0.4.0",
"gfx-hal 0.5.3",
"libloading 0.5.2",
"log",
"parking_lot 0.10.2",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.20.0",
"winapi 0.3.9",
"wio",
"gfx-hal",
"spirv_cross",
]
[[package]]
@ -1306,38 +1247,20 @@ checksum = "f851d03c2e8f117e3702bf41201a4fafa447d5cb1276d5375870ae7573d069dd"
dependencies = [
"arrayvec",
"bitflags",
"gfx-auxil 0.8.0",
"gfx-hal 0.7.0",
"gfx-auxil",
"gfx-hal",
"libloading 0.6.2",
"log",
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.23.0",
"spirv_cross",
"thunderdome",
"winapi 0.3.9",
"wio",
]
[[package]]
name = "gfx-backend-dx12"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05218b5c94539f22ac7d6feb4b2482431b89f6cc897132494701ac48619218d7"
dependencies = [
"bitflags",
"d3d12",
"gfx-auxil 0.4.0",
"gfx-hal 0.5.3",
"log",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.20.0",
"winapi 0.3.9",
]
[[package]]
name = "gfx-backend-dx12"
version = "0.7.0"
@ -1348,35 +1271,24 @@ dependencies = [
"bit-set",
"bitflags",
"d3d12",
"gfx-auxil 0.8.0",
"gfx-hal 0.7.0",
"gfx-auxil",
"gfx-hal",
"log",
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.23.0",
"spirv_cross",
"winapi 0.3.9",
]
[[package]]
name = "gfx-backend-empty"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e0f922b263916801583b7a1d58213f51c46a225c1cdf29f6d10135a23945f07"
dependencies = [
"gfx-hal 0.5.3",
"log",
"raw-window-handle",
]
[[package]]
name = "gfx-backend-empty"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f07ef26a65954cfdd7b4c587f485100d1bb3b0bd6a51b02d817d6c87cca7a91"
dependencies = [
"gfx-hal 0.7.0",
"gfx-hal",
"log",
"raw-window-handle",
]
@ -1389,8 +1301,8 @@ checksum = "e17fd85420547bceb851fadb90f196f168abfc252d57528bd2d749db0d18b75f"
dependencies = [
"arrayvec",
"bitflags",
"gfx-auxil 0.8.0",
"gfx-hal 0.7.0",
"gfx-auxil",
"gfx-hal",
"glow",
"js-sys",
"khronos-egl",
@ -1399,38 +1311,11 @@ dependencies = [
"naga",
"parking_lot 0.11.0",
"raw-window-handle",
"spirv_cross 0.23.0",
"spirv_cross",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gfx-backend-metal"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "412a1e0e53e9e325a7c2e0316f1a4e8a14cbe8d8bfb5f030bc3895692f8a8254"
dependencies = [
"arrayvec",
"bitflags",
"block",
"cocoa 0.20.2",
"copyless",
"core-graphics 0.19.2",
"foreign-types",
"gfx-auxil 0.4.0",
"gfx-hal 0.5.3",
"lazy_static",
"log",
"metal 0.18.0",
"objc",
"parking_lot 0.10.2",
"range-alloc",
"raw-window-handle",
"smallvec",
"spirv_cross 0.20.0",
"storage-map 0.2.0",
]
[[package]]
name = "gfx-backend-metal"
version = "0.7.0"
@ -1443,37 +1328,17 @@ dependencies = [
"cocoa-foundation",
"copyless",
"foreign-types",
"gfx-auxil 0.8.0",
"gfx-hal 0.7.0",
"gfx-auxil",
"gfx-hal",
"log",
"metal 0.21.0",
"metal",
"naga",
"objc",
"parking_lot 0.11.0",
"range-alloc",
"raw-window-handle",
"spirv_cross 0.23.0",
"storage-map 0.3.0",
]
[[package]]
name = "gfx-backend-vulkan"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ab530c440abee3e8bb31c3920a9e7047a3a676f8fe9f2541416dd407cf956a"
dependencies = [
"arrayvec",
"ash",
"byteorder",
"core-graphics 0.19.2",
"gfx-hal 0.5.3",
"lazy_static",
"log",
"objc",
"raw-window-handle",
"smallvec",
"winapi 0.3.9",
"x11",
"spirv_cross",
"storage-map",
]
[[package]]
@ -1486,7 +1351,7 @@ dependencies = [
"ash",
"byteorder",
"core-graphics-types",
"gfx-hal 0.7.0",
"gfx-hal",
"inplace_it",
"log",
"naga",
@ -1497,27 +1362,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "gfx-descriptor"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bf35f5d66d1bc56e63e68d7528441453f25992bd954b84309d23c659df2c5da"
dependencies = [
"fxhash",
"gfx-hal 0.5.3",
"log",
]
[[package]]
name = "gfx-hal"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a18534b23d4c262916231511309bc1f307c74cda8dcb68b93a10ca213a22814b"
dependencies = [
"bitflags",
"raw-window-handle",
]
[[package]]
name = "gfx-hal"
version = "0.7.0"
@ -1530,19 +1374,6 @@ dependencies = [
"thiserror",
]
[[package]]
name = "gfx-memory"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2eed6cda674d9cd4d92229102dbd544292124533d236904f987e9afab456137"
dependencies = [
"fxhash",
"gfx-hal 0.5.3",
"hibitset",
"log",
"slab",
]
[[package]]
name = "gif"
version = "0.10.3"
@ -1569,8 +1400,8 @@ dependencies = [
"image",
"log",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.22.2",
]
@ -1696,15 +1527,6 @@ dependencies = [
"libc",
]
[[package]]
name = "hibitset"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93a1bb8316a44459a7d14253c4d28dd7395cbd23cc04a68c46e851b8e46d64b1"
dependencies = [
"atom",
]
[[package]]
name = "hound"
version = "3.4.0"
@ -1782,7 +1604,7 @@ dependencies = [
"imgui",
"imgui-wgpu",
"imgui-winit-support",
"wgpu 0.7.0",
"wgpu",
]
[[package]]
@ -1805,7 +1627,7 @@ dependencies = [
"imgui",
"log",
"smallvec",
"wgpu 0.7.0",
"wgpu",
]
[[package]]
@ -2128,21 +1950,6 @@ dependencies = [
"autocfg 1.0.0",
]
[[package]]
name = "metal"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e198a0ee42bdbe9ef2c09d0b9426f3b2b47d90d93a4a9b0395c4cea605e92dc0"
dependencies = [
"bitflags",
"block",
"cocoa 0.20.2",
"core-graphics 0.19.2",
"foreign-types",
"log",
"objc",
]
[[package]]
name = "metal"
version = "0.21.0"
@ -2614,28 +2421,6 @@ dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "peek-poke"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93fd6a575ebf1ac2668d08443c97a22872cfb463fd8b7ddd141e9f6be59af2f"
dependencies = [
"peek-poke-derive",
]
[[package]]
name = "peek-poke-derive"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb44a25c5bba983be0fc8592dfaf3e6d0935ce8be0c6b15b2a39507af34a926"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
"synstructure",
"unicode-xid 0.2.1",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
@ -2648,25 +2433,6 @@ version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "performance"
version = "0.1.0"
dependencies = [
"bytemuck",
"cgmath 0.17.0",
"env_logger 0.7.1",
"failure",
"fs_extra",
"futures",
"glob",
"image",
"log",
"shaderc",
"tobj 1.0.0",
"wgpu 0.5.2",
"winit 0.22.2",
]
[[package]]
name = "petgraph"
version = "0.5.1"
@ -2734,7 +2500,7 @@ dependencies = [
"rand 0.8.3",
"rodio",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"wgpu_glyph",
"winit 0.24.0",
]
@ -3417,17 +3183,6 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spirv_cross"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33a9478e9c78782dd694d05dee074703a9c4c74b511de742b88a7e8149f1b37"
dependencies = [
"cc",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "spirv_cross"
version = "0.23.0"
@ -3522,15 +3277,6 @@ version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "storage-map"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0a4829a5c591dc24a944a736d6b1e4053e51339a79fd5d4702c4c999a9c45e"
dependencies = [
"lock_api 0.3.4",
]
[[package]]
name = "storage-map"
version = "0.3.0"
@ -3557,18 +3303,6 @@ dependencies = [
"unicode-xid 0.2.1",
]
[[package]]
name = "synstructure"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn",
"unicode-xid 0.2.1",
]
[[package]]
name = "tar"
version = "0.4.33"
@ -3716,12 +3450,6 @@ version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tobj"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b9d0bafde95a2f8f50dd3c10bc127b462efa8c3c0b60dfa276b7e032100e21d"
[[package]]
name = "tobj"
version = "2.0.2"
@ -3833,7 +3561,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -3851,8 +3579,8 @@ dependencies = [
"image",
"log",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.22.2",
]
@ -3870,8 +3598,8 @@ dependencies = [
"image",
"log",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.22.2",
]
@ -3889,8 +3617,8 @@ dependencies = [
"image",
"log",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.23.0",
]
@ -3909,8 +3637,8 @@ dependencies = [
"log",
"rayon",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.23.0",
]
@ -3924,7 +3652,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -3941,7 +3669,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -3959,7 +3687,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -3977,7 +3705,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -3995,7 +3723,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -4013,7 +3741,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -4031,7 +3759,7 @@ dependencies = [
"image",
"log",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.22.2",
]
@ -4049,8 +3777,8 @@ dependencies = [
"image",
"log",
"shaderc",
"tobj 2.0.2",
"wgpu 0.7.0",
"tobj",
"wgpu",
"winit 0.22.2",
]
@ -4139,12 +3867,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.2"
@ -4408,21 +4130,6 @@ dependencies = [
"webpki",
]
[[package]]
name = "wgpu"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5dece29f3cd403aabf4056595eabe4b9af56b8bfae12445f097cf8666a41829"
dependencies = [
"arrayvec",
"parking_lot 0.10.2",
"raw-window-handle",
"smallvec",
"wgpu-core 0.5.6",
"wgpu-native",
"wgpu-types 0.5.1",
]
[[package]]
name = "wgpu"
version = "0.7.0"
@ -4440,34 +4147,8 @@ dependencies = [
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core 0.7.0",
"wgpu-types 0.7.0",
]
[[package]]
name = "wgpu-core"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f07fd0b6b3b340465bce96286350d34b7661fb623ef24c3c2b8902ea654cd4e0"
dependencies = [
"arrayvec",
"bitflags",
"copyless",
"fxhash",
"gfx-backend-dx11 0.5.1",
"gfx-backend-dx12 0.5.8",
"gfx-backend-empty 0.5.2",
"gfx-backend-metal 0.5.4",
"gfx-backend-vulkan 0.5.10",
"gfx-descriptor",
"gfx-hal 0.5.3",
"gfx-memory",
"log",
"parking_lot 0.10.2",
"peek-poke",
"smallvec",
"vec_map",
"wgpu-types 0.5.1",
"wgpu-core",
"wgpu-types",
]
[[package]]
@ -4481,13 +4162,13 @@ dependencies = [
"cfg_aliases",
"copyless",
"fxhash",
"gfx-backend-dx11 0.7.0",
"gfx-backend-dx12 0.7.0",
"gfx-backend-empty 0.7.0",
"gfx-backend-dx11",
"gfx-backend-dx12",
"gfx-backend-empty",
"gfx-backend-gl",
"gfx-backend-metal 0.7.0",
"gfx-backend-vulkan 0.7.0",
"gfx-hal 0.7.0",
"gfx-backend-metal",
"gfx-backend-vulkan",
"gfx-hal",
"gpu-alloc",
"gpu-descriptor",
"naga",
@ -4498,23 +4179,7 @@ dependencies = [
"smallvec",
"thiserror",
"tracing",
"wgpu-types 0.7.0",
]
[[package]]
name = "wgpu-native"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f1ac9838b0715d7911352db1268e34dfd05ef347fbef0b65ae211268316a432"
dependencies = [
"arrayvec",
"lazy_static",
"libc",
"objc",
"parking_lot 0.10.2",
"raw-window-handle",
"wgpu-core 0.5.6",
"wgpu-types 0.5.1",
"wgpu-types",
]
[[package]]
@ -4530,16 +4195,6 @@ dependencies = [
"tracing-subscriber",
]
[[package]]
name = "wgpu-types"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3474b5ce2ed628e158c2fe4387a469b2ee119604556aa2debd10d830cedc3bc"
dependencies = [
"bitflags",
"peek-poke",
]
[[package]]
name = "wgpu-types"
version = "0.7.0"
@ -4559,7 +4214,7 @@ dependencies = [
"bytemuck",
"glyph_brush",
"log",
"wgpu 0.7.0",
"wgpu",
]
[[package]]
@ -4614,7 +4269,7 @@ dependencies = [
"image",
"raw-window-handle",
"shaderc",
"wgpu 0.7.0",
"wgpu",
"winit 0.24.0",
]
@ -4730,16 +4385,6 @@ dependencies = [
"winapi-build",
]
[[package]]
name = "x11"
version = "2.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77ecd092546cb16f25783a5451538e73afc8d32e242648d54f4ae5459ba1e773"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "x11-dl"
version = "2.18.5"

@ -8,7 +8,4 @@ members = [
# showcase
"code/showcase/*",
# research
"code/research/*",
]
Loading…
Cancel
Save