Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 148 additions & 19 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ zo-emitter-arm = { path = "crates/compiler/zo-emitter-arm", version = "0.4.0" }
zo-emitter-x86 = { path = "crates/compiler/zo-emitter-x86", version = "0.3.11" }
zo-error = { path = "crates/compiler/zo-error", version = "0.4.0" }
zo-executor = { path = "crates/compiler/zo-executor", version = "0.4.0" }
zo-abi = { path = "crates/compiler/zo-abi", version = "0.4.0" }
zo-host-paths = { path = "crates/compiler/zo-host-paths", version = "0.4.0" }
zo-interner = { path = "crates/compiler/zo-interner", version = "0.4.0" }
zo-linker = { path = "crates/compiler/zo-linker", version = "0.4.0" }
Expand Down Expand Up @@ -230,16 +231,14 @@ objc2-ui-kit = { version = "0.3", features = [
"UIVisualEffectView",
"UIGlassEffect",
"UIButtonConfiguration",
"UISwitch",
"UISegmentedControl",
"UIImage",
"UIImageView",
"objc2-core-foundation",
"objc2-quartz-core",
"objc2-core-graphics",
] }
# The glass panel's specular rim is drawn on the effect view's
# `CALayer` (`setBorderColor` takes a `CGColor`), so quartz-core needs
# its `objc2-core-graphics` feature — `objc2-ui-kit` pulls quartz-core
# but only with default features, so enable it here for the whole graph.
objc2-quartz-core = { version = "0.3", features = [
"CALayer",
"objc2-core-graphics",
Expand Down
Loading
Loading