59 lines
1.3 KiB
TOML
59 lines
1.3 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
|
|
dependencies = [
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dccake"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"gldc-sys",
|
|
"kos-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gldc-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/dreamcast-rs/gldc-sys#59a2d96a416d3ffd8f6046de888aa88d94548156"
|
|
|
|
[[package]]
|
|
name = "kos-rs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/dreamcast-rs/kos-rs#ac0185bfaa19d1de715215b92fb199730a9136ed"
|
|
dependencies = [
|
|
"kos-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kos-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/dreamcast-rs/kos-sys#53a3c190194e659bf7558de7d3e54957a377990f"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.159"
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|