version = 4
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "libloading"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754ca22de805bb5744484a5b151a9e1a8e837d5dc232c2d7d8c2e3492edc8b60"
dependencies = [
"cfg-if",
"windows-link",
]
[[package]]
name = "pixelflow-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6802df4e1c04fb5d1645b9368756c7e6bca1261de83a6a1994de604f7beee0c7"
dependencies = [
"libloading",
"semisafe",
]
[[package]]
name = "pixelflow-test-support"
version = "0.1.0"
dependencies = [
"pixelflow-core",
]
[[package]]
name = "semisafe"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488ad6b36c41ed659f579ac68df82e3e970f88698641cab40465270a3b8bd67e"
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"