You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
267 B
15 lines
267 B
3 years ago
|
[package]
|
||
|
name = "linker-fix-3ds"
|
||
|
authors = [ "Andrea Ciliberti <meziu210@icloud.com>" ]
|
||
|
version = "0.1.0"
|
||
|
license = "MIT/Apache 2.0"
|
||
|
edition = "2018"
|
||
|
|
||
|
[lib]
|
||
|
name = "linker_fix_3ds"
|
||
|
path = "src/lib.rs"
|
||
|
crate-type = ["staticlib"]
|
||
|
|
||
|
[dependencies.libc]
|
||
|
path = "../libc"
|