Skip to content

Commit

Permalink
Remove links field
Browse files Browse the repository at this point in the history
> This manifest states that the package links to the libfoo native library. When using the links key, the package must have a build script, and the build script should use the rustc-link-lib instruction to link the library.

https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key
  • Loading branch information
zetanumbers committed Sep 27, 2023
1 parent 9d333d3 commit 663e3fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ homepage = "https://github.com/vita-rust/vitasdk-sys"
description = "Raw bindings to vitasdk"
keywords = ["vitasdk", "psvita", "vita", "ffi"]
categories = ["external-ffi-bindings"]
links = "vitasdk_stubs"
exclude = [".gitmodules", ".gitignore"]

[workspace]
Expand Down

0 comments on commit 663e3fd

Please sign in to comment.