Skip to content

Commit

Permalink
dont declare dylib
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Jul 3, 2024
1 parent ef3ac8f commit b2d7541
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.1.0"
authors = ["Paris DOUADY <[email protected]>"]
edition = "2021"

[lib]
crate-type = ["rlib", "dylib"]
#[lib]
#crate-type = ["rlib", "dylib"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit b2d7541

Please sign in to comment.