mirror of
https://github.com/guilhermewerner/rust-ps2
synced 2025-06-16 13:54:20 +00:00
Create cargo project
This commit is contained in:
18
Cargo.toml
Normal file
18
Cargo.toml
Normal file
@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "rust-ps2"
|
||||
version = "0.1.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
panic-halt = "0.2.0"
|
||||
prussia_rt = { git = "https://github.com/Ravenslofty/prussia" }
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
|
||||
[package.metadata.cargo-xbuild]
|
||||
memcpy = true
|
||||
sysroot_path = "target/sysroot"
|
Reference in New Issue
Block a user