Skip to content

Commit

Permalink
Change library type from staticlib to cdylib in Cargo.toml
Browse files Browse the repository at this point in the history
Library type in Cargo.toml has been modified from 'staticlib' to 'cdylib'. This change could affect the way other modules interact with this library and might enhance compatibility with certain operating systems or architectural choices.
  • Loading branch information
MairwunNx committed Mar 27, 2024
1 parent c4805a2 commit 1d6f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ skia-bindings = { version = "0.71.0" }
log = { version = "0.4.21" }

[lib]
crate-type = ["staticlib"]
crate-type = ["cdylib"]

0 comments on commit 1d6f0d2

Please sign in to comment.