11 lines
343 B
TOML
11 lines
343 B
TOML
# Uncomment to use local doux for development
|
|
paths = ["/Users/bubo/doux"]
|
|
|
|
[alias]
|
|
xtask = "run --package xtask --release --"
|
|
|
|
[target.x86_64-pc-windows-gnu]
|
|
rustflags = [
|
|
"-C", "link-args=-Wl,-Bstatic -lstdc++ -lgcc -lgcc_eh -lpthread -Wl,-Bdynamic -lmingwex -lmsvcrt -lws2_32 -liphlpapi -lwinmm -lole32 -loleaut32 -luuid -lkernel32",
|
|
]
|