Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #109 from waywardmonkeys/update-macos-dependencies
Browse files Browse the repository at this point in the history
Update macos and dev dependencies
  • Loading branch information
waywardmonkeys authored Jul 7, 2023
2 parents 10621f5 + 13a92b2 commit cc1df9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,10 @@ features = [

[target.'cfg(target_os="macos")'.dependencies]
block = "0.1.6"
cocoa = "0.24.0"
cocoa = "0.25.0"
objc = "0.2.7"
core-graphics = "0.22.0"
foreign-types = "0.3.2"
bitflags = "1.2.1"
core-graphics = "0.23.0"
bitflags = "2.0.0"
accesskit_macos = { version = "0.7.0", optional = true }

[target.'cfg(any(target_os = "freebsd", target_os="linux", target_os="openbsd"))'.dependencies]
Expand Down Expand Up @@ -158,14 +157,14 @@ features = [
]

[dev-dependencies]
pretty_env_logger = "0.4"
pretty_env_logger = "0.5"
static_assertions = "1.1.0"
test-log = { version = "0.2.5", features = ["trace"], default-features = false }
tracing-subscriber = { version = "0.3.2", features = ["env-filter"] }
unicode-segmentation = "1.7.0"
vello = { git = "https://github.com/linebender/vello", rev = "5f59a2e8181a7d01f8753680676dd150b965728b" }
parley = { git = "https://github.com/dfrg/parley", rev = "e4276b4d1001a050c07121f95ca255c771e9a641" }
pollster = "0.2.5"
pollster = "0.3.0"
wgpu = "0.15.0"

[target.'cfg(any(target_os = "freebsd", target_os="linux", target_os="openbsd"))'.build-dependencies]
Expand Down
1 change: 1 addition & 0 deletions src/backend/mac/appkit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ extern "C" {
}

bitflags! {
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
pub struct NSTrackingAreaOptions: i32 {
const MouseEnteredAndExited = 1;
const MouseMoved = 1 << 1;
Expand Down

0 comments on commit cc1df9d

Please sign in to comment.