Skip to content

Commit 1a6599f

Browse files
committed
Update lyon, move xml and svg structures into azul-core
1 parent 9d0c5f9 commit 1a6599f

File tree

20 files changed

+1953
-2176
lines changed

20 files changed

+1953
-2176
lines changed

.cargo/config

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ rustflags = [
77

88
[target.'cfg(all(target_arch="x86_64", target_os="windows"))']
99
rustflags = [
10-
"-Ctarget-feature=-crt-static",
10+
# "-Ctarget-feature=+crt-static",
11+
"-Clink-args=/DEBUG:NONE /SUBSYSTEM:CONSOLE,5.02",
12+
"--remap-path-prefix=*="
1113
]
1214

1315
[target.x86_64-apple-darwin]

Cargo.lock

+28-43
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ panic = "abort"
1919
debug = true
2020

2121
[profile.release]
22-
opt-level = 3
22+
opt-level = 'z'
2323
lto = true
2424
panic = "abort"
2525
codegen-units = 1
2626
debug = false
27+
debug-assertions = false
2728
overflow-checks = false
2829
incremental = false
30+
rpath = false

0 commit comments

Comments
 (0)