Skip to content

Commit

Permalink
Update lyon, move xml and svg structures into azul-core
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jul 18, 2021
1 parent 9d0c5f9 commit 0d1e5eb
Show file tree
Hide file tree
Showing 20 changed files with 1,958 additions and 2,178 deletions.
4 changes: 3 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ rustflags = [

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

[target.x86_64-apple-darwin]
Expand Down
71 changes: 28 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ panic = "abort"
debug = true

[profile.release]
opt-level = 3
opt-level = 'z'
lto = true
panic = "abort"
codegen-units = 1
debug = false
debug-assertions = false
overflow-checks = false
incremental = false
rpath = false
Loading

0 comments on commit 0d1e5eb

Please sign in to comment.