Files
ddw3/remake-rust/Cargo.lock
Filipe Rodrigues f7dded922e Replaced cargo-psx with just cargo.
Fixed remake not being in EU region.
Added heap support to remake.
Added remake to `rust-analyzer` linked projects.
2023-10-15 11:40:45 +01:00

26 lines
614 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "dw2003"
version = "0.1.0"
dependencies = [
"psx",
]
[[package]]
name = "linked_list_allocator"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "549ce1740e46b291953c4340adcd74c59bcf4308f4cac050fd33ba91b7168f4a"
[[package]]
name = "psx"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47204f4a0c027798cd54dfa8ae34a3ce0d9fa0e2f59de7403f0c0a5e404e3198"
dependencies = [
"linked_list_allocator",
]