mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
refactor(cli): improve how we serve the bin to users
This commit is contained in:
parent
8fab167157
commit
3bcf9385f2
6 changed files with 52 additions and 18 deletions
|
|
@ -13,3 +13,10 @@ codegen-units = 1
|
|||
|
||||
[profile.release.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
# When building locally, use the local version of the library
|
||||
# Comment this out when you want to resolve the library from crates.io
|
||||
# This is only for crates that use gamedig as a dependency
|
||||
# https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html
|
||||
[patch.crates-io]
|
||||
gamedig = { path = "./crates/lib" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue