ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.79k stars 65 forks source link

feat: Publish objc_access module #76

Closed siketyan closed 1 year ago

siketyan commented 1 year ago

Relates #70

This pull request proposes to make obj_access module public. It is needed to support the views which are not supported in cacao yet without forking/extending cacao.

ryanmcgrath commented 1 year ago

Thanks!

siketyan commented 1 year ago

Thank you for the quick merge!